Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Body

application/json

Revoke an access or refresh token

token
string
required

Either an access token or a refresh token

tokenTypeHint
enum<string>

Hint to skip one of the two lookups (RFC 7009 §2.1)

Available options:
access_token,
refresh_token

Response

200 - application/json

OK

Revocation acknowledgment

revoked
boolean
required