latestOpenAPI 3.0.0Apache 2.02026-08-06199181.1 MB

e0d144609998

Expense Categories

List Expense Categories

List all expense categories

get/expense-categories/

Query parameters

organization_idstring

Filter by organization ID

Response

Resources have been retrieved successfully.

messagestring

Example response

{
  "message": "success.",
  "expense_categories": [
    {
      "id": 1,
      "account_id": 17,
      "amount": 400,
      "label": "Advance of Expert Fee",
      "name": "Advance of Expert Fee"
    }
  ]
}