v45

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

Retrieve a Chart of Accounts Template

Retrieve details of a specific Chart of Accounts template.

get/books/agent-coa-template/{coaTemplateId}

Path parameters

coaTemplateIdstring base58 (max length 22) required

unique id for a chart of accounts template

Example:7JRNsKwy2Lw66caxVU7WGC

Query parameters

expand'ledgers'

Comma-separated list of expandable paths.

Response

Example response

{
  "coaTemplate": {
    "id": "7JRNsKwy2Lw66caxVU7WGC"
  }
}