Project Endpoint

Fetches the project associated with the API key and its collections.

Request

GET /dev/project
x-api-key: <your-api-key>

Success response - 200

type DevProjectResponse = {
  project: DevProject
  collections: DevCollection[]
}

ownerId is masked as null in all entities.

Error responses

StatusMeaning
401Missing or invalid API key
403Inactive key
429Monthly usage limit exceeded

Whitepapper

Whitepapper is an API first CMS engine for devs who publish content.

Antk i n