---
title: "Return all invoice categories for the account"
method: GET
path: "/api/invoice/allcategories"
tags: ["Invoice"]
---

# Return all invoice categories for the account

`GET /api/invoice/allcategories`

## Query parameters

- `query` string

## Headers

- `x-auth-key` string, required
- `x-auth-secret` string, required

## Response `200`

OK

- ListResultInvoiceCategoryApiModel
  - `TotalCount` integer
  - `Count` integer
  - `Result` InvoiceCategoryApiModel[]
    - `Id` integer — Entity id
    - `Name` string — Category name
  - `IsFaulted` boolean
  - `ErrorMessages` IErrorInfo[]
    - `Group` string
    - `Code` string
    - `FaultMessage` string
    - `UserVisibleMessage` string

---

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