---
title: "Get all banks with their activation status (admin only)"
method: GET
path: "/api/v1/admin/banks"
tags: ["Banks", "Admin"]
---

# Get all banks with their activation status (admin only)

`GET /api/v1/admin/banks`

Get all banks with their activation status (admin only)

## Query parameters

- `market` string — Filter by market (optional)
- `isActive` string — Filter by activation status (optional)

## Response `200`

Success

- BankActivationListResponse
  - `success` boolean, required — Indicates if the request was successful
  - `data` object[], required
    - `id` string, uuid, required — The unique identifier of the bank
    - `name` string, required — The name of the bank
    - `market` string, required — The market of the bank
    - `currency` string, required — The currency of the bank
    - `displayName` string, required — The display name of the bank
    - `logoUrl` string, uri, required — The URL of the bank logo
    - `topInMarket` boolean, required — Whether the bank is top in the market
    - `isActive` boolean, required — Whether the bank is currently active
    - `tinkProvider` object, nullable, required
      - `id` string, required — The Tink provider ID
      - `popular` boolean, required — Whether this is a popular provider
    - `providers` object[], required — Payment providers configured for this bank
      - `name` string, required — Provider name
      - `popular` boolean, required — Whether bank is popular for this provider
    - `created_at` string, date-time, required — When the bank was created
    - `updated_at` string, date-time, required — When the bank was last updated

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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