API Key
List API keys
GET
/
projects
/
{projectIdOrName}
/
api-keys
Authorizations
X-Api-Key
string
headerrequiredPath Parameters
projectIdOrName
string
requiredQuery Parameters
active
boolean
Whether to include only active API keys. If false, all API keys are included.
Response
200 - application/json
key
string
requiredThe API key.
label
string
requiredA short name for the API key.
scopes
string[]
requiredThe scopes for the API key.
projectId
string
requiredThe project ID.
active
boolean
Whether the API key is active.
Was this page helpful?