ReferenceProjects

List projects

Projects you can see.

A project is the permission boundary for pages — an API key can be scoped to exactly one, and a scoped key cannot reach any other.

GET
/api/v1/projects
x-api-key<token>

A platform API key (ck_live_…), optionally scoped to one project.

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v1/projects"
{  "projects": [    {      "project_id": "string",      "name": "string",      "slug": "string",      "description": "string",      "icon": "string"    }  ],  "count": 0}
Was this page helpful?
Report an issue