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

# Get FDX consent grant

`GET /fdx/consents/{consentId}`

Returns a consent grant by its identifier.

## Path parameters

- `consentId` string, required

## Response `200`

OK

- FDXConsentGrant — An FDX consent grant.
  - `id` string, required — The persistent identifier of the consent grant
  - `status` 'ACTIVE' | 'REVOKED' | 'EXPIRED', required — Current status of a consent grant. One of `ACTIVE`, `REVOKED`, `EXPIRED`.
  - `createdTime` string, date-time, required — When the consent was initially granted
  - `updatedTime` string, date-time, required — When the consent grant was last updated
  - `expirationTime` string, date-time — When the consent grant will expire. Omitted when the grant has no expiration.
  - `parties` FDXParty[], required — Non-end-user parties participating in the consent grant (Data Recipient, Data Provider, Data Access Platform).
    - `name` string, required — Human recognizable common name
    - `type` 'DATA_ACCESS_PLATFORM' | 'DATA_PROVIDER' | 'DATA_RECIPIENT' | 'INDIVIDUAL' | 'MERCHANT' | 'VENDOR', required — Identifies the type of a party
    - `homeUri` string, uri — URI for party, where an end user could learn more about the company or application involved in the data sharing chain
    - `logoUri` string, uri — URI for a logo asset to be displayed to the end user
    - `registry` 'FDX' | 'GLEIF' | 'ICANN' | 'PRIVATE' — The registry containing the party's registration with name and id
    - `registeredEntityName` string — Registered name of party
    - `registeredEntityId` string — Registered id of party
  - `resources` FDXConsentGrantResource[] — Permissioned resource entries. Omitted when there are no resources.
    - `resourceType` 'ACCOUNT' | 'CUSTOMER' | 'DOCUMENT', required — Type of resource permissioned on a consent grant.
    - `resourceId` string, required — Identifier of the resource permissioned.
    - `dataClusters` FDXDataCluster[], required — Names of clusters of data elements permissioned.

## 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 warning, 1 info
  - added the new `IDEMPOTENCY_ERROR` enum value to the `error_type` response property for the response status `default`
  - api operation id `fdxConsentGet` removed and replaced with `fdxConsentsGet`
- **2026-06-10** `fb8c3f188d8b` — 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/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)
