POST
/
v0
/
platform-gl
/
coa-templates
Authorization
Body
curl --request POST \
  --url https://api.sandbox.teal.dev/v0/platform-gl/coa-templates \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>"
}'
{
  "id": "PpvsmFEv14yGDyT6iV6kXw",
  "name": "Coffee Shop Sole Prop"
}

Authorizations

Authorization
string
headerrequired

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

Body

application/json
name
string
required

The name of the chart of account template

Response

201 - application/json
id
string
required
name
string
required