Skip to main content
Identity & Access/ZIAM

ZiamCheckTokenRevocation

Checks whether an access token jti has been revoked by ZIAM.

GET/api/v1/ziam/token-revocations/{jti}

Operation ID

ZiamCheckTokenRevocation

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • status
    String

    Status for this resource

    Example: ok

  • data
    Object

    Response payload data

    Example: (nested object)

    • revoked
      Boolean

      Whether the access token has been revoked

      Example: false