---
title: "Get business types"
method: GET
path: "/v6/templates/businessTypes"
tags: ["Templates"]
---

# Get business types

`GET /v6/templates/businessTypes`

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.

## Response `200`

Success

- SuccessResponseListBusinessTypeGetDto
  - `result` 'SUCCESS' | 'FAILURE' — The result of the action performed.
  - `data` BusinessTypeGetDto[] — The data generated by the action performed.
    - `id` string, required — Id of the business type, required when updating an existing business type
    - `name` string, required — Name of the business type
    - `status` 'ACTIVE' | 'INACTIVE' | 'REMOVED' — Status of the business type

## Other responses

- `400` — Bad request
- `401` — Not authenticated
- `403` — Not authorized
- `404` — Endpoint not found
- `500` — Internal server error

---

[API](https://skmtc.dev/tight/apis/tight-api.md) · [All operations](https://skmtc.dev/tight/apis/tight-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tight/tight-api/revisions/e9f0790a89af/schema)
