---
title: "index account-number-reservation"
method: GET
path: "/account_number_reservation"
---

# index account-number-reservation

`GET /account_number_reservation`

## Query parameters

- `account_product_id` string
- `page_cursor` string
- `page_size` integer
- `from_date` string
- `to_date` string

## Response `200`

A dictionary with a `data` property that contains a list of up to `page_size` account-number-reservation elements, starting after the account-number-reservation described by `page_cursor`. If no more account-number-reservations are available, the resulting list will be empty.

- object
  - `data` object[]
    - `account_number` string
    - `account_product_id` string
    - `id` string

---

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