---
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

## Changes

- **2025-04-03** `eb07388f2892` — 2 info
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `default`
- **2024-01-29** `f2e9e07fd354` — 2 breaking
  - removed the media type `application/json` for the response with the status `200`
  - removed the media type `application/json` for the response with the status `default`

[Change history](https://skmtc.dev/wso2/apis/internal-utility-api/changes/revokedjwt/get.md)

---

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