curl -X GET "https://api.contazen.ro/v1/expense-categories/5" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "category": { "id": 5, "name": "Marketing Expenses", "parent_id": 0, "is_default": false, "is_visible": true, "type": "custom" } }
Get details of a specific expense category by its ID
true
Show Category Object Properties
"system"
"custom"
include_children=true
Show Child Category Properties
Use your API key (sk_live_xxx or sk_test_xxx)
Category ID
Include child categories
Category details
Show child attributes
Was this page helpful?