Skip to main content
POST
/
v1
/
customer
/
auth
/
revoke
Token revocation endpoint
curl --request POST \
  --url https://api.example.com/v1/customer/auth/revoke \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>",
  "token_type_hint": "<string>"
}
'

Body

application/json
token
string
required
Minimum string length: 1
token_type_hint
string

Response

Token revoked