---
title: "Get all application beneficiaries"
method: GET
path: "/applications/{applicationId}/beneficiaries"
tags: ["Application Beneficiaries"]
---

# Get all application beneficiaries

`GET /applications/{applicationId}/beneficiaries`

Get all application beneficiaries from an application.

## Path parameters

- `applicationId` string, uuid, required

## Response `200`

OK

- object — Application beneficiary paginated response.
  - `meta` ResponseListMeta
    - `tracingId` string
    - `count` integer
    - `pagination` Pagination
      - `totalCount` integer
      - `self` FilterAndSort
        - `from` string, date-time — __Optional__. The earliest date and time of resources / records that should be returned.
        - `before` string, date-time — __Optional__. The latest date and time of resources / records that should be returned.
        - `limit` integer — __Optional__. The maximum number of resources / records that should be returned.
        - `sort` 'date' | '-date' — The attribute on which resources / records returned should be sorted. Valid options for the sort parameter.
        - `offset` integer
        - `cursor` string
      - `next` Next
        - `from` string, date-time
        - `before` string, date-time
        - `limit` integer
        - `cursor` string
  - `data` ApplicationBeneficiaryData[]
    - `beneficiaryId` string, uuid — Beneficiary Id
    - `details` object
      - `name` string, required — name of the beneficiary
      - `accountIdentifier` AccountIdentifier, required — Account's details.
        - `type` 'IBAN', required
        - `identification` string, required — Account's IBAN

## Other responses

- `401` — Unauthorized
- `500` — Internal error

---

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