v1
latestOpenAPI 3.0.02026-08-0645062.8 KBGenerate access and refresh tokens
Generate access and refresh tokens using the authorization code.
post/oauth/token
Response
Tokens generated successfully
Example response
{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"token_type": "Bearer",
"refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"expires_in": 3600
}