Sign in

Create expense

documented

Create a new expense category/record.

POST /api/categories/expensesCategoriesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{HIVEAGE_SUBDOMAIN}}.hiveage.com/api/categories/expenses" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -u "{{HIVEAGE_API_KEY}}:" \
  -d '{"expense_category": {"name": "{{$name}}"}}'