Skip to main content
GET https://api.craftkit.dev/v1/projects
Returns every non-deleted project owned by the authenticated account, newest-created first.

Authorization

string
required
Bearer ck_acct_… — an account key.

Response

object[]
The list item is lighter than GET /v1/projects/:id — it omits updatedAt. Fetch a single project if you need it.
Only projects owned by the authenticated account are ever returned — there is no way to list or discover another account’s projects through this endpoint.
cURL
200