API → Oauth2Revoke an OAuth2 token
hidden

Parameters

Name

Type

Req.

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": "526b6ee0-9364-4131-bec9-05694b19f280",
  "client_secret": "qprCo89yV2Q76K92",
  "token": "dfagbvJTHXGWH9bDko"
}'