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": "b4b52832-f4da-40a3-b155-2a3fa6556bae",
"client_secret": "BSWjBbWWIsKlHRPi",
"token": "tkdQTnKujGdNLK4Ofzwnv3HLYbjxq"
}'