v1

latestOpenAPI 3.1.02026-07-2423390.9 KB

Generate Client Token

post/v2/generate-client-token

Request body

expires_ininteger

The validity period of the generated token, in seconds. Must be between 300 and 3600 seconds inclusive.

Response

200

client_tokenstring
expires_atinteger

Example response

{
  "client_token": "QmFzaW........",
  "expires_at": 1752666851
}