Categories
Costia’s default categories. They are the same for everyone, so this endpoint takes no token and you can cache the response.
GET/public/v1/categoriesno token
List Costia's default categories and subcategories
The same list for every caller, so it needs no token and can be cached. Use the uuids as the categoryUuids filter when listing invoices.
Parameters
| Name | Type | Description |
|---|---|---|
locale | string | Language for the category names. Falls back to English for anything not translated. |
Responses
| Status | Meaning |
|---|---|
200 | Every default category with its subcategories |
The uuids it returns are the ones that go in categoryUuids when
listing invoices.
