v1

latestOpenAPI 3.0.12026-07-26222700728.0 KB
Templates

Get business types

These are used to configure the various segments of your user base. Expense categories, chart of accounts, rules, and future learning algorithms smartly take your business types into account.

get/v6/templates/businessTypes

Response

Success

result'SUCCESS' | 'FAILURE'

The result of the action performed.

Example response

{
  "data": [
    {
      "id": "bzt_123456",
      "name": "Electrician",
      "status": "ACTIVE"
    }
  ]
}