API → Oauth2 → Revoke an OAuth2 tokenhidden
hidden
Parameters
Name
Type
Req.
bodyapplication/x-www-form-urlencoded
objectoptionalObject Properties
Returns
NaN Unknown
post
/oauth2/token/revoke$ curl -X POST "https://api.zoo.dev/oauth2/token/revoke" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data '{
"client_id": "a6f5803a-77e4-4b28-b06c-7cc929328ec2",
"client_secret": "TLIlJ37Cuzs2epNsaw1smq",
"token": "6cxJOyXwrSDeQoG"
}'