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

---

[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)
