Skip to content

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://kworia.com/api/v1/expense-categories" \
  -H "Authorization: Bearer {{access_token}}" \
  -H "X-Organization-Id: {{organization_id}}" \
  -H "Accept: application/json"

We use cookies and privacy-respecting analytics

We use essential cookies for authentication and privacy-respecting analytics (self-hosted, respects Do Not Track). No advertising or third-party tracking. Learn more in our Privacy Policy