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 http://localhost:8000/v1/console/attempts/revoke \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "amount": 123, "case_study_id": "<string>", "reason": "<string>", "user_id": "<string>", "idempotency_key": "<string>" } '
{ "data": { "attempts_remaining": 123, "attempts_used": 123, "base_attempts": 123, "extra_attempts": 123, "revoked_attempts": 123, "total_allowed": 123 }, "message": "<string>", "success": true }
Enter your JWT access token
1 - 1000
Successful Response
Show child attributes