Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.useanima.sh/v1/scoped-tokens/revoke \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "jti": "<string>", "reason": "<string>" } '
{ "success": "<unknown>", "jti": "<string>" }
JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer
Revoke a scoped token by jti
Token jti to revoke
32
200
OK
Revocation confirmation