Validate Token

One you've generated the access token, this article explains how you can validate the access token.

At any point, if you want to validate if the access_token is valid or not, then you can call the endpoint as outlined on this page. The client application will pass the bearer token in the header. The response to the request will be as outlined on the right-hand side panel.

Response Schema

PropertyTypeDescription
access_tokenstringNewly generated access token for authenticated API calls.
token_typestringAlways "bearer".
expires_innumberToken validity duration in seconds.
access_token_expirynumberEpoch timestamp (ms) when the access token will expire.
refresh_token_expirynumberEpoch timestamp (ms) when the refresh token will expire.
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!