---
title: "Get Account Allocation"
method: GET
path: "/digital-banking/v1/accounts/{account_id}/allocation"
tags: ["Accounts"]
---

# Get Account Allocation

`GET /digital-banking/v1/accounts/{account_id}/allocation`

## Path parameters

- `account_id` union, required
  - string, uuid
  - string

## Query parameters

- `id_type` 'INSTITUTION' — Type of the account id. Institution accounts ids are external ids and come from the institution.
- `run_date` string, date, nullable — The date for which to retrieve allocation data. If not provided, uses the most recent run date.

## Response `200`

Successful Response

- AllocationResponse
  - `account_id` string, required
  - `run_date` string, required
  - `allocations` AllocationData[], required
    - `amount` string, required
    - `institution` InstitutionData, required
      - `name` string, required
      - `state` string, required

## Other responses

- `400` — Bad Request - Invalid input or validation error
- `401` — Unauthenticated - Invalid or missing authentication credentials
- `403` — Unauthorized - Insufficient permissions to access resource
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/modernfi/apis/endpoints.md) · [All operations](https://skmtc.net/modernfi/apis/endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modernfi/endpoints/versions/d9c7bd6bd2f2/schema)
