APIOauth2Revoke 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": "276d85ea-6d15-4533-9ac3-105cf76e335d",
  "client_secret": "9A6YLqXA6UdUodR2u5XR0y7oeDlj",
  "token": "ifJl41M5Adypoy9T3Pdsbwbh"
}'