cURL
curl --request POST \ --url https://api.quiva.ai/accounts/token-validate \ --header 'Content-Type: application/json' \ --data ' { "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." } '
{ "data": true }
Validates an authentication or refresh token.
Documentation IndexFetch the complete documentation index at: https://docs.quiva.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.quiva.ai/llms.txt
Use this file to discover all available pages before exploring further.
Token to validate
Token validation result