---
title: "Retrieve FDX consent grant revocation records"
method: GET
path: "/fdx/consents/{consentId}/revocation"
tags: ["plaid"]
---

# Retrieve FDX consent grant revocation records

`GET /fdx/consents/{consentId}/revocation`

Returns the revocation history of a consent grant.

## Path parameters

- `consentId` string, required

## Response `200`

OK

- FDXConsentRevocations — The revocation history of a consent grant. Response body for GET /fdx/consents/{consentId}/revocation.
  - `revocations` FDXConsentRevocationRecord[], required — Revocation records for the consent grant, most recent first. Empty when the grant has never been revoked.
    - `status` 'ACTIVE' | 'REVOKED' | 'EXPIRED', required — Current status of a consent grant. One of `ACTIVE`, `REVOKED`, `EXPIRED`.
    - `reason` 'BUSINESS_RULE' | 'SECURITY_EVENT' | 'USER_ACTION' | 'OTHER', required — Reason for lifecycle event status change
    - `initiator` 'DATA_ACCESS_PLATFORM' | 'DATA_PROVIDER' | 'DATA_RECIPIENT' | 'INDIVIDUAL' | 'MERCHANT' | 'VENDOR', required — Identifies the type of a party
    - `updatedTime` string, date-time, required — When the consent grant was revoked

## Other responses

- `default` — Error response

## Changes

- **2026-08-17** `e536704a333f` — 1 breaking, 8 warning, 38 info
  - removed the required property `display_message` from the response with the `default` status
  - removed the optional property `causes` from the response with the `default` status
  - removed the optional property `documentation_url` from the response with the `default` status
  - removed the optional property `error_code_reason` from the response with the `default` status
  - …43 more
- **2026-07-22** `a1bbca018160` — 13 warning
  - added the new `ASSETS_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `CRA_MONITORING_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `CREDIT_PROFILE_REPORT_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `ENCOMPASS_ERROR` enum value to the `error_type` response property for the response status `default`
  - …9 more
- **2026-06-25** `80d23bfdc2e5` — 1 info
  - endpoint added
- **2024-02-21** `5de70cc1e6ca` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/plaid/apis/the-plaid-api/changes/fdx/consents/:consentId/revocation/get.md)

---

[API](https://skmtc.dev/plaid/apis/the-plaid-api.md) · [All operations](https://skmtc.dev/plaid/apis/the-plaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/plaid/the-plaid-api/revisions/141de8aaaad2/schema)
