GET
/
v0
/
platform-gl
/
coa-templates
/
{coa_template_id}
Authorization
Path
curl --request GET \
  --url https://api.sandbox.teal.dev/v0/platform-gl/coa-templates/{coa_template_id} \
  --header 'Authorization: <authorization>'
{
  "id": "PpvsmFEv14yGDyT6iV6kXw",
  "ledgers": [
    {
      "children": [],
      "debit_credit": "debit",
      "editable": true,
      "id": "DHyQ8EFqVWPDujU9dKRsyw",
      "is_required": true,
      "name": "Salaries And Wages Expense",
      "parent_id": "HUeT6rusHJAuS3NHhW9PE5",
      "report_cash_flow": true,
      "sort_code": "5300",
      "sub_type": "current_expenses",
      "type": "expense"
    }
  ],
  "name": "Coffee Shop Sole Prop"
}

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

coa_template_id
string
required

The ID of the chart of accounts template

Response

200 - application/json
id
string
required
ledgers
object[]
required

A list of ledgers that are included in this chart of accounts.

name
string
required