v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-2684278289.5 KB
Books

List all Chart of Accounts Templates

Retrieve a paginated list of all default and agent-owned Chart of Accounts templates. These templates can be used when creating new Books instances for clients.

get/books/agent-coa-templates

Query parameters

pageTokenstring

token for pagination

limitinteger

The number of records to return. Max limit is 100.

expand'ledgers'

Comma-separated list of expandable paths.

Response

nextPageTokenstring nullable

Token for fetching the next page of results

prevPageTokenstring nullable

Token for fetching the previous page of results

Example response

{
  "agentTemplates": [
    {
      "id": "7JRNsKwy2Lw66caxVU7WGC"
    }
  ],
  "defaultTemplates": [
    {
      "id": "7JRNsKwy2Lw66caxVU7WGC"
    }
  ]
}