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

---

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