Projects
Get a project
Returns metadata for a single project when it is accessible to the authenticated public API key. Missing and inaccessible projects both return 404.
get/projects/{projectId}
Path parameters
projectIdstring required
Project identifier
Example:prj_abc123
Project identifier
Response
Project returned.
Example response
{
"project_id": "prj_abc123",
"name": "Spring Campaign",
"workspace_id": "ws_abc123",
"origin": "api"
}