---
title: "Get bank status and details (admin only)"
method: GET
path: "/api/v1/admin/banks/{bankId}/status"
tags: ["Banks", "Admin"]
---

# Get bank status and details (admin only)

`GET /api/v1/admin/banks/{bankId}/status`

Get bank status and details (admin only)

## Path parameters

- `bankId` string, uuid, required — The unique identifier of the bank

## Response `200`

Success

- BankActivationStatusResponse
  - `success` boolean, required — Indicates if the request was successful
  - `data` object, required — Detailed bank information including activation status
    - `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
- `404` — Not Found

---

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