API → Oauth2Revoke 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": "0f275dda-daed-4c0e-b1cf-ff22a8e0f9d3",
"client_secret": "bT2JjW4jl",
"token": "ZdYpvYqvb"
}'