v2

latestOpenAPI 3.0.0raw.githubusercontent.com2024-10-01566.4 KB
API Keys

Create a new API key

post/v1/api-keys

Request body

namestring required

The name of the API key

expires_atstring date-time required

The expiration date and time of the API key

Response

API key created successfully

idstring uuid
created_atstring date-time
last_used_atstring date-time
expires_atstring date-time
status'ACTIVE' | 'EXPIRED' | 'REVOKED'
namestring
prefixstring
secretstring

The full API key secret (only returned on creation)