Access Validation
Authorization
Access Validation
Validate that your access token is still valid and active. Use this endpoint to check token status before making API calls.
GET
Access Validation
Documentation Index
Fetch the complete documentation index at: https://docs.aisync.link/llms.txt
Use this file to discover all available pages before exploring further.
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}'