v1
latestOpenAPI 3.1.02026-07-226250251.5 KBAuthentication
Issue a Token
Generate an access token using client credentials
post/v1/oauth/token
Request body
Response
Token issued successfully
Example response
{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"access_token_ttl": "2025-12-28 10:34:45+00",
"refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"refresh_token_ttl": "2025-12-28 10:34:45+00",
"current_time": "2025-12-21 10:34:45+00"
}