Skip to main content
GET
This endpoint requires an organization admin API key (ASA_ prefix). Standard project API keys cannot access this endpoint.

Authorizations

Authorizations
string | header
required
Organization admin API key header of the form Bearer ASA_<key>. Standard project API keys (AS_ prefix) will receive a 403 error.

Response

Projects retrieved successfully
success
boolean
Indicates if the request was successfulExample: true
data
object

Error Responses

403 - Not an admin key
object
Returned when using a standard project API key instead of an organization admin API key.