Skip to main content
POST
Create Api Key

Body

application/json

Request body for minting a new API key.

Attributes: name: Human-readable label identifying the key.

name
string
required

Human-readable label identifying the key.

Required string length: 1 - 200

Response

Successful Response

A freshly minted API key, including its one-time secret.

Attributes: id: Unique key identifier. name: Human-readable label supplied at creation. secret: The key secret. Returned only by the creation call and never retrievable afterwards. created_at: When the key was created.

id
string
required

Unique key identifier.

name
string
required

Human-readable label supplied at creation.

secret
string
required

The key secret. Returned only by this call and never retrievable afterwards.

created_at
string<date-time>
required

When the key was created.