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": "c4278541-3def-43e5-a8b8-5ecb71780216",
  "client_secret": "eNzoyth0PLw0hjINIfBsJ978f15jeE",
  "token": "M5qpOLnkCCsFMDDS"
}'