---
title: "List consents"
method: GET
path: "/connectivity/v2/consents"
tags: ["Connectivity v2.Consent", "BETA"]
---

# List consents

`GET /connectivity/v2/consents`

## Query parameters

- `page_token` string
- `page_size` integer

## Response `200`

Consents successfully fetched.

- GetConsentsResponse
  - `consents` Connectivity20v2Consent[] — unresolved $ref
  - `nextPageToken` string — Base64 encoded string pointing to the next page that should be listed. All filtering parameters should be equal to this request when using this token to fetch the next page of consents.

## Other responses

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

## Changes

- **2026-08-28** `dd8c7b7d5ac1` — 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-08-20** `23d8982b533d` — 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-08-19** `6165d4b3f9bc` — 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/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/dd8c7b7d5ac1/schema)
