---
title: "Read a consent"
method: GET
path: "/connectivity/v2/consents/{consentId}"
tags: ["Connectivity v2.Consent", "BETA"]
---

# Read a consent

`GET /connectivity/v2/consents/{consentId}`

## Path parameters

- `consentId` string, required

## Response `200`

Consent successfully fetched.

- GetConsentResponse
  - `consent` Connectivity20v2Consent — unresolved $ref

## Other responses

- `400` — Invalid input.
- `401` — Unauthorized request.
- `403` — Permission denied.
- `404` — Consent not found.
- `500` — Internal server error.

## Changes

- **2026-09-03** `879841dad319` — 4 info
  - the security scope `consents` was added to the endpoint's security scheme `OAuth2Client`
  - the security scope `consents` was added to the endpoint's security scheme `OAuth2User`
  - the security scope `consents:readonly` was removed from the endpoint's security scheme `OAuth2Client`
  - the security scope `consents:readonly` was removed from the endpoint's security scheme `OAuth2User`
- **2026-09-01** `3cd2b56986d4` — 4 info
  - the security scope `consents` was added to the endpoint's security scheme `OAuth2Client`
  - the security scope `consents` was added to the endpoint's security scheme `OAuth2User`
  - the security scope `consents:readonly` was removed from the endpoint's security scheme `OAuth2Client`
  - the security scope `consents:readonly` was removed from the endpoint's security scheme `OAuth2User`
- **2026-09-01** `758b7489400f` — 4 info
  - the security scope `consents` was added to the endpoint's security scheme `OAuth2Client`
  - the security scope `consents` was added to the endpoint's security scheme `OAuth2User`
  - the security scope `consents:readonly` was removed from the endpoint's security scheme `OAuth2Client`
  - the security scope `consents:readonly` was removed from the endpoint's security scheme `OAuth2User`
- …earlier changes not shown

[Full history](https://skmtc.dev/tink/apis/tink-api/changes/connectivity/v2/consents/:consentId/get.md)

---

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