Retrieve a project
Get one project's settings by its slug.
/v1/admin/projects/{slug}Admin keyPath parameters
The project slug, for example acme.
Response
The project ID, for example proj_01K6B1QZ3M8H2V5T7R9N4XW6CD.
The slug used in admin URLs and by RPC callers.
The display name.
The sender used when a send has no from.
Domains the project may send from.
Exact addresses allowed in from, or null for any address on the allowed domains.
The default sender per domain. Only domains that have one are listed; {} when none do.
Whether Workers may send for this project over the service binding.
Live emails allowed per UTC day. 0 means no limit.
Default for open tracking on HTML emails.
Default for click tracking on HTML emails.
Whether broadcasts are allowed.
ISO 8601 creation time.
ISO 8601 time of the last change.
When the project was disabled, or null. A disabled project's API keys get 403 project_disabled and its RPC calls fail the same way.
Errors
| Status | Code | When |
|---|---|---|
| 404 | project_not_found | No project has this slug. |