Auth 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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.