ExpenseCategory
List expense categories
GET /api/v1/expense-categories
Requires authentication (Bearer token) and the X-Organization-Id header.
Platform default categories merged with the categories this organization has actually used — the source for categorized expense entry. Unpaginated string array. (#847)
Responses
| Status | Description |
|---|---|
| 200 | For non-paginated data, return as before |
Example request
curl -X GET "https://app.encryptinvoice.com/api/v1/expense-categories" \
-H "Authorization: Bearer {{access_token}}" \
-H "X-Organization-Id: {{organization_id}}" \
-H "Accept: application/json"