Key Management

List all API Keys

List all API Keys for a Team.

get/2/teams/{teamSlug}/api-keys

Query parameters

page[after]string

The string value of the next attribute from a previous result page. The cursor value must be empty or omitted for the first request of a cursor-paginated query.

page[size]number

The number of entries to include per response. Maximum value is 100.

filter[type]'configuration' | 'ingest'

Specifies the type of API key to return. This parameter accepts the following values:

  • ingest: Returns only ingest API keys.
  • configuration: Returns only configuration API keys.

The endpoint will default to fetching all API keys regardless of type if this filter is omitted.

Response

Success

Changes

No recorded changes to this endpoint across all 1 revision of this API.