Last updated on
Apr 27, 2021
Environment
REST API Documentation
Question
What is the life span of Access token generated using OAuth Process via API?
Answer
The access tokens are valid only for 3600 seconds (one hour) after that they are expired. The API request holder can use Refresh tokens in order to generate new Access tokens as needed.