Authentication
Validate token
Check if the current session token is still valid
POST
Use this endpoint to confirm that a JWT token is still active before making other API calls. It returns the agent’s account details along with the token expiration time.
Requires authentication via Bearer token.
Response
true when the request succeeds.Errors
| Status | Description |
|---|---|
401 | Missing or invalid Bearer token |
429 | Rate limit exceeded |