v1
latestOpenAPI 3.1.02026-07-241630614.2 KBGet/refresh access token
The method allows you to exchange an authorization code to access token and refresh token
post/oauth2/access_token
Request body
Response
200
Example response
{
"token_type": "Bearer",
"expires_in": 86400,
"access_token": "xxxxxx",
"refresh_token": "xxxxx"
}