---
title: "Get Tell consent"
method: GET
path: "/v0/open-banking/tell-consents/{consent-id}"
tags: ["Open banking"]
---

# Get Tell consent

`GET /v0/open-banking/tell-consents/{consent-id}`

Fetch a registered Tell consent.

## Path parameters

- `consent-id` string, required

## Response `200`

OK

- object — A registered Tell consent.
  - `tell-consent-expiry` string, date-time — ISO 8601 formatted date-time.
  - `tell-gateway-id` string, uuid, required
  - `created-at` string, date-time, required — ISO 8601 formatted date-time.
  - `tell-consent-id` string, uuid, required
  - `tell-consent-scope` union, required
    - 'payments' | 'accounts'
    - string
  - `tell-consent-consumed-at` string, date-time — ISO 8601 formatted date-time.
  - `tell-consent-url` union, required
    - string
    - string
  - `tell-consent-status` union, required
    - 'revoked' | 'consumed' | 'authorised'
    - string
  - `tell-consent-permissions` union[], required
    - union
      - 'ReadPartyPSU' | 'ReadTransactionsDetail' | 'ReadProducts' | 'ReadStatementsDetail' | 'ReadDirectDebits' | 'ReadTransactionsDebits' | 'ReadTransactionsCredits' | 'ReadBeneficiariesDetail' | 'ReadBalances' | 'ReadPAN' | 'ReadScheduledPaymentsDetail' | 'ReadAccountsDetail' | 'ReadAccountsBasic' | 'ReadOffers' | 'ReadBeneficiariesBasic' | 'ReadStandingOrdersBasic' | 'ReadStandingOrdersDetail' | 'ReadTransactionsBasic' | 'ReadParty' | 'ReadStatementsBasic' | 'ReadScheduledPaymentsBasic'
      - string
  - `bank-account-urls` union[], required
    - union — Link to the bank account resource.
      - string
      - string
  - `tell-consent-revoked-at` string, date-time — ISO 8601 formatted date-time.

## Other responses

- `401` — Requires an API key to continue
- `404` — Not Found

---

[API](https://skmtc.net/griffin/apis/the-griffin-api.md) · [All operations](https://skmtc.net/griffin/apis/the-griffin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/griffin/the-griffin-api/revisions/7da510b95492/schema)
