---
title: "GET /v0/bank/holds/{hold-id}"
method: GET
path: "/v0/bank/holds/{hold-id}"
tags: ["Bank account holds"]
---

# GET /v0/bank/holds/{hold-id}

`GET /v0/bank/holds/{hold-id}`

Fetches a single hold by ID.

## Path parameters

- `hold-id` string, required

## Response `200`

OK

- object — A hold on a bank account.
  - `expires-at` string, date-time — ISO 8601 formatted date-time.
  - `origin-type` 'card-transaction', required
  - `updated-at` string, date-time, required — ISO 8601 formatted date-time.
  - `origin-metadata` object — Identifiers from the system that originated the hold or transaction. Keys and values are originator-specific.
  - `direction` 'debit' | 'credit', required
  - `status` 'released' | 'placed', required
  - `created-at` string, date-time, required — ISO 8601 formatted date-time.
  - `release-reason` string — The final release reason (e.g. clearing, expiry, reversal
  - `amount` object, required
    - `currency` 'GBP', required
    - `value` string, required — The value as a decimal-formatted string
  - `account-url` union, required — Link to the bank account resource.
    - string
    - string
  - `hold-url` union, required — Link to this hold.
    - string
    - string
  - `account-transactions` object[] — All account transactions associated with this hold.
    - `account-transaction-url` union, required — Link to the transaction resource.
      - string
      - string
    - `updated-hold-at` string, date-time, required — When this account transaction updated the hold.

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