
Decrypt token from response

Sample decrypt aces token API call response
{
"at": "937197cf-c5bb-4f93-bf69-9ddbd8809d3b-00002838",
"expires_in": 1800
}
Best Practice
- Get access token API should be call once and reuse it for subsequence API calls.
- API access token will expire after sometime.
- Get access token API token should be call again to refresh token when you get response code 5 or 6 while calling any API.
API integration guide: Access Token