Skip to main content

Exchange API key for tokens

POST 

/api-key/token

Verify an ECDSA P-256 signature and issue JWT tokens. The client signs the message {key_id}.{unix_timestamp} with their private key using ES256. The timestamp must be within ±30 seconds of the server time.

Request

Responses

Tokens issued successfully