POST
/
connect
/
revoke
curl --request POST \
  --url https://api.other.page/v1/connect/revoke \
  --header 'Content-Type: application/json' \
  --data '{
  "token_type_hint": "authorization_code",
  "token": "<string>"
}'

Body

application/json
token_type_hint
enum<string>
required
Available options:
authorization_code,
access_token,
refresh_token
token
string
required