v1
latestOpenAPI 3.1.02026-08-04370235.8 KBGenerate Bearer Token
Authentication: OAuth 2.0
Please check our examples to see how the request is made for each grant_type.
post/token
Headers
Content-Typestring
Request body
Response
200
Example response
{
"transactionStatus": "Success",
"access_token": "xxxxxxxxxxxxxxxxxxxxxxxxx",
"token_type": "Bearer",
"expires_in": "2022-01-10 10:47:41"
}