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": "8640d332-0c50-425e-a751-93551ce10b61",
  "client_secret": "QpSyoYSTBdER7",
  "token": "u1X2nbMujaCNGFYSo9"
}'