The generated accessToken is the bearer token that must be used in the header of all requests to the API. The token has a validity of 4 minutes and should be renewed automatically with every interaction.
Check if your session token is still valid with this method:
Check Session Token
GEThttps://demo2.api.concedus.com/v2/auth/check
Headers
Name
Type
Description
Content-Type*
String
application/json
Authorization*
String
Bearer <token>
Refresh Token
POST/v2/auth/refresh
To refresh your access token, you must submit a valid, authenticated refresh token to the designated endpoint. Once the refresh token is successfully validated, the server will issue a new access token. This process ensures continuous access without requiring users to re-authenticate frequently. It's crucial to securely store and transmit the refresh token to maintain the integrity of the authentication process.