Skip to main content
POST
Create a platform API key

Authorizations

Authorization
string
header
required

API token issued from the Splendor console.

Body

application/json

Platform request (authenticated by an existing platform key) to mint an additional key for itself — the create half of key rotation.

name
string
required
Required string length: 1 - 255

Response

Successful Response

A platform API key. The plaintext token is returned only when the key is minted; thereafter only the metadata is retrievable.

created_at
string<date-time>
required
id
integer
required
name
string
required
last_used_at
string<date-time> | null
revoked_at
string<date-time> | null
token
string | null