Skip to main content
GET
Retrieve a single organization API key

Authorizations

Authorization
string
header
required

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

Path Parameters

key_id
string
required

The ID of the API key.

Response

200 - application/json

Details of the requested API key.

object
string
Example:

"organization.admin_api_key"

id
string
Example:

"key_abc"

name
string
Example:

"Administration Key"

redacted_value
string
Example:

"sk-admin...def"

value
string
Example:

"sk-admin-1234abcd"

created_at
integer<int64>
Example:

1711471533

owner
object