Skip to main content
POST
Create Api Credentials

Authorizations

Authorization
string
header
required

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

Body

application/json
app_id
string
required

Application ID this API key belongs to

name
string
required

The API key's name

Required string length: 1 - 255
permissions
enum<string>[]
required

List of permissions granted to this credential.

Minimum array length: 1
Available options:
read:applications,
read:organizations,
read:traces,
update:applications,
update:organizations,
write:traces

Response

Successful Response

name
string
required
api_key
string
required
api_secret
string
required
created_at
string
required