v1
latestOpenAPI 3.1.02026-07-24447622848.7 KBGet Token
Exchange your client id and client secret for a bearer token.
post/oauth2/token/
Headers
Content-typestring
Response
200
Example response
{
"access_token": "TyEPKw8fVGRKpCBa81ygwjCLXDNIAm",
"token_type": "Bearer",
"expires_in": 36000,
"refresh_token": "44fpQdEzMP36klMm8xrg8CuD75jPnF",
"scope": "..."
}