OAuth
Obtain access token
OAuth2 token endpoint. Exchanges an authorization code for an access token.
post/api/token
Response
Access token successfully obtained.
Example response
{
"token_type": "Bearer",
"access_token": "lio_pLwAbN7lFPklzY2m8lTOI1DGApS84u57",
"expires_in": 31536000
}