GET
/
projects
/
{projectIdOrName}
/
api-keys

Authorizations

X-Api-Key
string
headerrequired

Path Parameters

projectIdOrName
string
required

Query Parameters

active
boolean

Whether to include only active API keys. If false, all API keys are included.

Response

200 - application/json
key
string
required

The API key.

label
string
required

A short name for the API key.

projectId
string
required

The project ID.

active
boolean

Whether the API key is active.