Skip to main content
POST
cURL
SDK equivalent
Invalidate refresh or access tokens when a user disconnects Humanity or when you need to force-logout compromised sessions. Pass either a single token or an array of tokens, plus optional hints (authorization, refresh_token, access_token) to speed up resolution. Revocations cascade through Humanity’s cache, so subsequent /oauth/token refresh attempts fail immediately. Pair this with /auth/logout if you maintain your own tenant-scoped sessions.

Body

application/json
token
string
tokens
string[]
token_type_hint
authorization_id
string
cascade
client_id
string

Response

200 - application/json
revoked
boolean
required
revoked_count
number
required
details
object[]