Skip to main content
GET
List API Keys

Authorizations

Authorization
string
header
required

API key or JWT token

Query Parameters

scope
enum<string>

Narrow the listing. all and service_accounts require organization:read.

Available options:
personal,
all,
service_accounts
include_revoked
boolean

Set to true to include revoked keys.

page_size
integer

Page size for pagination.

page_token
string

Opaque token from a previous page's next_page_token.

Response

The API keys visible to the caller

api_keys
object[]
next_page_token
string

Present when more pages exist; pass back as page_token.