---
title: "List Account Numbers"
method: GET
path: "/invoice_account_number"
tags: ["Invoice Account Number"]
---

# List Account Numbers

`GET /invoice_account_number`

## Query parameters

- `account_id` string
- `active` boolean
- `tags` 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` invoice_account_number elements, starting after the invoice_account_number described by `page_cursor`. If no more invoice_account_numbers are available, the resulting list will be empty.

- object
  - `data` object[]
    - `account_id` string — ID of the account with which the object is associated. Filterable.
    - `account_number` string — Account number for use with incoming payments
    - `active` boolean — Flag indicating whether payments with this account number will post. Defaults to `true`. Filterable.
    - `bank_id` string — ID of the bank with which the object is associated
    - `id` string — Unique identifier for object
    - `org_id` string — ID of the organization with which the object is associated
    - `tags` string[] — Tags associated with the object. Filterable.
    - `userdata` object — Arbitrary data the user can attach to the object

---

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