post https://api.withreload.com/v1/tp/introspect-token
Checks the validity and status of an OAuth access token. This endpoint allows AI agents to verify if a token is still valid and active.
Token Statuses:
active: Token is valid and can be usedrevoked: Token has been revoked by the clientdisconnected: User disconnected from the Reload portalnot_found: Token does not existexpired: Token has expired (rare for long-lived tokens)
Authentication Required:
- Client Credentials (Basic Auth) only
- No OAuth token required
