---
title: "JTIs of revoked jwt tokens and application and subject entity revocation event data"
method: GET
path: "/revokedjwt"
---

# JTIs of revoked jwt tokens and application and subject entity revocation event data

`GET /revokedjwt`

This will provide access to 
  - JTIs of directly revoked JWT tokens in database
  - consumer application information of revoked JWTs due to application change events
  - subject entity information of revoked JWTs due to user change events

## Response `200`

An object of revoke JWTs, revoked subject entities, revoked consumer keys

- RevokedEvents
  - `revokedJWTList` RevokedJWT[]
    - `jwt_signature` string — signature of the JWT token.
    - `expiry_time` integer — expiry timestamp.
  - `revokedJWTSubjectEntityList` RevokedJWTSubjectEntity[]
    - `entity_id` string — Subject Id of the revoked JWT(s). Can be user id or client id.
    - `entity_type` string — Type of the subject id. User id or client id.
    - `revocation_time` integer — revocation timestamp.
    - `organization` string — Organization of the revoked subject entity.
  - `revokedJWTConsumerKeyList` RevokedJWTConsumerKey[]
    - `consumer_key` string — consumer key of the JWT.
    - `revocation_time` integer — revocation timestamp.
    - `type` string — revoked consumer key type.
    - `organization` string — organization of the revoked consumer key

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/wso2/apis/internal-utility-api.md) · [All operations](https://skmtc.net/wso2/apis/internal-utility-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wso2/internal-utility-api/versions/0be9aa8493bc/schema)
