cURL
curl --request GET \ --url https://{portalApiUrl}/token/validate \ --header 'Authorization: <api-key>'
{ "status": true, "result": { "message": "<string>" }, "user_data": { "apikey": "<string>", "org_id": 123 } }
Validate token to ensure it is still active
Documentation IndexFetch the complete documentation index at: https://developers.illuxi.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.illuxi.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication token obtained from POST /token
Token is valid
Indicates if the token is valid
Additional information about the token validation
Show child attributes