---
title: "List provider identifiers"
method: GET
path: "/api/v1/provider-identifiers"
tags: ["Connectivity v1.Provider"]
---

# List provider identifiers

`GET /api/v1/provider-identifiers`

Lists identifiers used to identify a financial institution available for user's app. IBAN identifiers are supported in AT, DE, DK, FI, NL, NO, SE, UK

## Query parameters

- `marketEq` string
- `typeEq` string
- `valueEq` string
- `providerNameEq` string
- `pageSize` integer
- `pageToken` string

## Response `200`

OK

- ListIdentifiersResponse
  - `nextPageToken` string — The token to use to request the next page of identifiers.
  - `providerIdentifiers` Identifier[] — The identifiers that matched the query.
    - `market` string, required — The ISO 3166-1 alpha-2 market code.
    - `providerName` string — The name of the provider.
    - `type` 'BLZ' | 'BIC' | 'SE_CLEARINGNUMBER' | 'IBAN', required — The type of identifier represented by the mapping.
    - `value` string, required — The value of the identifier mapping.

---

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