v1

latestOpenAPI 3.0.02026-08-04134348905.1 KB
Tax Reporting

List Tax Accounts

List all tax accounts for the client's organization.

get/tax/accounts

Query parameters

limitinteger

Maximum number of results to return per query

afterIdstring

When paginating this is used to provide the starting point for the page to fetch (retrieved from the previous response body)

Response

Successfully returned list of tax accounts

Example response

{
  "data": [
    {
      "createdAt": "2022-07-30T22:15:31.99999Z",
      "id": "acc_9cd9f4d4-078b-4e44-a308-7662fec0f546",
      "name": "Main Trading Account"
    }
  ],
  "page": {
    "next": "<next page url>"
  }
}