v1

latestOpenAPI 3.1.02026-07-1310868314.3 KB
Authentication

Create Api Key

Create a new API key for the authenticated user.

post/api-key

Request body

idstring uuid nullable

Optional unique identifier for the API Key.

namestring required

Name of the API Key.

Response

Successful Response

idstring uuid required

Unique identifier for the API Key.

namestring required

Name of the API Key.

secret_keystring required

Secret key associated with the API Key.

last_usedstring date-time required

Timestamp indicating the last usage of the API Key.