v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Accounting accounts

List accounting accounts

List accounting accounts for your organization.

get/v1/accounting-accounts

Query parameters

accountstring

Account ID filter to list all accounting accounts related to an account.

programIdinteger

Program ID filter to list all accounting accounts related to a program.

pageSizeinteger

Maximum number of accounting event types per page.

pageOffsetinteger

Number to offset page resuts. For example, value 2 returns the third page. Defaults to 0, which returns the first page.

Response

OK

has_nextboolean

Indicates whether there are more pages after the current page.

Example response

{
  "items": [
    {
      "id": 1,
      "description": "SAMPLE ACCOUNT",
      "account": "123123132-x",
      "program_id": 12,
      "created_at": "2021-10-10T10:10:00.000Z"
    }
  ]
}