Skip to main content
POST
/
api
/
v1
/
auth
/
tokens
/
revoke
Revoke a JWT token
curl --request POST \
  --url https://api.example.com/api/v1/auth/tokens/revoke \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "jti": "<string>"
}
'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://gns3util.saygex.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Body

application/json

Token revocation request

jti
string

Response

OK

The response is of type string.