---
title: "List complete catalog (client_auth)"
method: GET
path: "/catalog"
tags: ["Catalog"]
---

# List complete catalog (client_auth)

`GET /catalog`

The real catalog contains thousands of entries, so expect the call to cause some traffic and delay. The example is only to highlight the data structure.
*Note*: The client has to have the `accounts=rw` scope in order to retrieve the catalog.

## Query parameters

- `country` string, ISO 3166-1 alpha-2 — Two-letter country code.
- `q` string

## Headers

- `Accept-Language` string, ISO 639-1:2002

## Response `200`

List of banks and services.

- object
  - `banks` Items[] — List of supported banks — unresolved $ref
  - `services` Items[] — List of supported payment services — unresolved $ref

## Other responses

- `401` — You are not authorized.

---

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