Outception Docs

post
/v1/oauth2/revoke

Revoke an access token or a refresh token.

curl -X POST "https://api.outception.com/v1/oauth2/revoke" \
  -H "Authorization: Bearer $OUTCEPTION_TOKEN" \
  -H "Accept: application/json"

Body

  • token

    string

    required

  • token_type_hint

    enum | null

  • client_id

    string

    required

  • client_secret

    string

    required

Response · 200

Successful Response