v12

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-014994227.2 KB
api-keys

List API keys

Lists the API keys for the caller's organization, with optional paging (limit + offset). Ordered newest-first.

get/api-keys

Query parameters

limitinteger

max items per page

max items per page

offsetinteger

pagination offset

pagination offset

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

limitinteger required

Page size used for this response.

offsetinteger required

Pagination offset used for this response.

totalinteger required

Total number of API keys for the organization.

Example response

{
  "$schema": "/api/v1/APIKeyListResponse.json"
}