---
title: "Fetch an Account Lock"
method: GET
path: "/account_lock/{id}"
tags: ["Account"]
---

# Fetch an Account Lock

`GET /account_lock/{id}`

## Path parameters

- `id` string, required — Unique identifier for object

## Response `200`

The lock

- object
  - `account_id` string — ID of account that is associated with the account lock. Filterable.
  - `additional_context` string — Additional context about the lock
  - `bank_id` string — ID of bank that is associated with the account lock. Filterable.
  - `id` string — Unique identifier for object
  - `locked` 'true' | 'false' — `true` if the account lock is active. Filterable.
  - `org_id` string — ID of organization that is associated with the account lock. Filterable.
  - `reason` string — Reason for locking account. One of `transactions_being_investigated_wire`, `transactions_being_investigated_card`, `transactions_being_investigated_ACH`, `transactions_being_investigated_check_issued`, `transactions_being_investigated_check_deposit`, `identity_of_customer_being_investigated`.
  - `released_at` string — Timestamp of when the account lock was released

---

[API](https://skmtc.net/treasuryprime/apis/account.md) · [All operations](https://skmtc.net/treasuryprime/apis/account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryprime/account/revisions/95a3c69c14e8/schema)
