Skip to main content
GET
List organization API keys

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

after
string | null

Return keys with IDs that come after this ID in the pagination order.

order
enum<string>
default:asc

Order results by creation time, ascending or descending.

Available options:
asc,
desc
limit
integer
default:20

Maximum number of keys to return.

Response

200 - application/json

A list of organization API keys.

object
string
Example:

"list"

data
object[]
has_more
boolean
Example:

false

first_id
string
Example:

"key_abc"

last_id
string
Example:

"key_xyz"