latestOpenAPI 3.1.02026-08-1844143129.5 KB

f3a3056f2c83

api-keys

Create API Key

Create another credential for the authenticated entity. The full key and secret are returned only in this response and exact idempotent replays.

post/api-keys

Headers

Authorization-Signaturestring required

HMAC-SHA256 signature header: 'APIKey=<api_key>,signature=<hex>,timestamp=<unix_timestamp>'. The signature is computed over METHOD + path (with the /v3 prefix stripped) + timestamp.

Idempotency-Keystring required

Required client-generated key. Retrying the same request returns the originally created API key and secret. Reusing it with a different payload returns 409. Maximum 255 characters.

Request body

labelstring

Response

Idempotent replay

activeboolean required
api_keystring required
api_key_last_fourstring required
api_secretstring required
created_atstring date-time required
idstring required
is_liveboolean required
labelstring
last_used_atstring date-time
updated_atstring date-time required