---
title: "List authorizations"
method: GET
path: "/connectivity/v2/consents/{consentId}/authorizations"
tags: ["Connectivity v2.Authorization", "BETA"]
---

# List authorizations

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

## Path parameters

- `consentId` string, required

## Query parameters

- `page_token` string
- `page_size` integer

## Response `200`

Authorizations successfully fetched.

- GetAuthorizationsResponse
  - `authorizations` Connectivity20v2Authorization[] — 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 authorizations.

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