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": "a6f5803a-77e4-4b28-b06c-7cc929328ec2",
  "client_secret": "TLIlJ37Cuzs2epNsaw1smq",
  "token": "6cxJOyXwrSDeQoG"
}'