Skip to main content
POST
Create an organization admin API key

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Example:

"New Admin Key"

Response

200 - application/json

The newly created admin 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