API Key
Get an API key
GET
/
projects
/
{projectIdOrName}
/
api-keys
/
{apiKey}
Authorizations
X-Api-Key
string
headerrequiredPath Parameters
projectIdOrName
string
requiredapiKey
string
requiredResponse
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?