The User Access Token is valid for 1 year from the date it was issued. When a User Access Token expires, you will no longer be able to access the APIs starting with ‘/api2’ which requires the bearer token. The API call would return an Invalid/Expired access token error.
You can refresh the User Access Token using the Refresh Token Endpoint along with the refresh access token provided during the initial exchange token process or the previous refresh token request.
You can find more details on the steps of requesting and refreshing access token in our documentation.
Comments
0 comments
Article is closed for comments.