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": "98f0c52b-58a2-4cd2-9abd-4f216d6d0b2c",
"client_secret": "1fCOO1VgzGpstYNf4TJ4qA",
"token": "3JPW9xrC9LP"
}'