---
title: "Get beneficiaries for an account"
method: GET
path: "/v0.2.4/beneficiary"
tags: ["Beneficiary"]
---

# Get beneficiaries for an account

`GET /v0.2.4/beneficiary`

## Query parameters

- `subAccount` string

## Response `200`

Success

- object
  - `status` string
  - `message` string
  - `data` object[]
    - `id` string
    - `accountNumber` string
    - `bankCurrency` object
      - `curr` string
    - `channel` string
    - `createdDate` string, date-time

## Other responses

- `401` — Access to this resource is not available for unauthenticated users.
- `500` — Indicates an internal server error.

---

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