Projects
List Projects
Retrieves all projects for the authenticated organization. Requires an organization admin API key (ASA_ prefix).
GET
This endpoint requires an organization admin API key (
ASA_ prefix). Standard project API keys cannot access this endpoint.Authorizations
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 successfullyIndicates if the request was successfulExample:
trueError Responses
Returned when using a standard project API key instead of an organization admin API key.