v1
latestOpenAPI 3.0.12026-08-062555238.4 KBAuth endpoints
Generate access token
Use this endpoint to generate an access token.
post/token
Response
Token generated successfully
Example response
{
"access_token": "JSON Web Token",
"token_type": "Bearer",
"expires_in": 86399,
"scope": "pos"
}