---
title: "Get bank account restriction"
method: GET
path: "/v0/bank/account-restrictions/{bank-account-restriction-id}"
tags: ["Bank account restrictions"]
---

# Get bank account restriction

`GET /v0/bank/account-restrictions/{bank-account-restriction-id}`

Fetches details of a single bank account restriction.

The response includes the restriction's current status (`active` or `lifted`),
type, reason code, legal status, and who applied it.

If the restriction was applied by Griffin using a sensitive reason code
(`griffin-decision`, `law-enforcement`, `sanctions`, or `terrorist-financing`),
the type, reason code, and legal status fields are omitted from the response.

Action URLs (`update-bank-account-restriction-url`, `lift-bank-account-restriction-url`)
are included only when you are authorised to perform those actions on the restriction.

## Path parameters

- `bank-account-restriction-id` string, required

## Response `200`

OK

- object — A bank account restriction.
  - `lift-bank-account-restriction-url` union — Link to lift a bank account restriction.
    - string
    - string
  - `restriction-status` union, required
    - 'lifted' | 'active'
    - string
  - `restriction-legal-status` union
    - 'not-applicable' | 'conviction-confirmed' | 'formal-charge-filed' | 'suspected'
    - string
  - `bank-account-restriction-url` union, required — Link to a bank account restriction.
    - string
    - string
  - `created-at` string, date-time, required — ISO 8601 formatted date-time.
  - `update-bank-account-restriction-url` union — Link to update a bank account restriction.
    - string
    - string
  - `bank-account-restriction-events-url` union, required — Link to events for a bank account restriction.
    - string
    - string
  - `restriction-reason-code` union
    - 'suspicious' | 'fraud-app-perpetrator' | 'customer-request' | 'dormant' | 'other' | 'terrorist-financing' | 'law-enforcement' | 'sanctions' | 'risk-appetite' | 'deceased' | 'fraud-app-victim' | 'fraud-3rd-party' | 'money-laundering' | 'fraud' | 'high-risk-pep' | 'fraud-1st-party'
    - string
  - `restriction-type` union
    - 'block' | 'freeze'
    - string
  - `account-url` union, required — Link to the bank account resource.
    - string
    - string
  - `restriction-applied-by` union, required
    - object
      - `restriction-applied-by-type` 'ops-user', required
    - object
      - `restriction-applied-by-type` 'user', required
      - `user-url` string, required — Link to the user.
      - `user-username` string — The username.

## Other responses

- `400` — Bad Request
- `401` — Requires an API key to continue
- `404` — Not Found

---

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