Auth
Get Token
post/oauth/token
Request body
Response
Access token
Example response
{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzb2hhciI6ImhlYWx0aCJ9.0sXbystKB9fXid-8ESps2JnaFRFPmLFOc8n6jnCDih4",
"token_type": "Bearer",
"expires_in": 3600
}Changes
No recorded changes to this endpoint across all 1 revision of this API.