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

---

[API](https://skmtc.net/plaid/apis/the-plaid-api.md) · [All operations](https://skmtc.net/plaid/apis/the-plaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/plaid/the-plaid-api/versions/64c4514ea59b/schema)
