Access Validation
Validate that your access token is still valid and active. Use this endpoint to check token status before making API calls.Bearer token in the format:
Bearer {access_token}Indicates whether the access token is valid
ISO 8601 timestamp of when the token expires
The scope of access granted to this token
If the token is invalid or expired, you’ll receive an error response. Use the Refresh Token endpoint to obtain a new access token.
Authorizations
Bearer token authentication. Include the access token in the Authorization header as 'Bearer {access_token}'