Skip to main content
POST
Mint API key

Authorizations

Authorization
string
header
required

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

Path Parameters

workspaceId
string
required
Example:

"8c3a5b6f-1d2e-4f7a-9b8c-d1e2f3a4b5c6"

Body

application/json
label
string
required
Example:

"Production server-to-server key"

environment
enum<string>
required
Available options:
LIVE,
TEST
Example:

"LIVE"

scopes
string[]
required
Example:

Response

Request successful

statusCode
number
required
Example:

200

message
string
required
Example:

"Request successful"

data
object
required

Endpoint-specific payload. See the per-endpoint schema.

timestamp
string
required
Example:

"2026-05-13T12:00:00.000Z"