v1

latestOpenAPI 3.1.02026-07-24590188.7 KB

User Authentication and Authorization

post/v2/token

Response

200

access_tokenstring
token_typestring
expires_ininteger

Example response

{
  "access_token": "sample_access_token",
  "token_type": "Bearer",
  "expires_in": 604800
}