buezli.app API

/2026-07-14/expense_categories

ExpenseCategory

Expense categories classify recorded expenses.

Endpoints

GET /2026-07-14/expense_categories List records

Example request

curl \
  -H "Authorization: Bearer $BUEZLI_API_TOKEN" \
  "https://api.buezli.app/2026-07-14/expense_categories?page=1&limit=50"
GET /2026-07-14/expense_categories/:id Retrieve one record

Example request

curl \
  -H "Authorization: Bearer $BUEZLI_API_TOKEN" \
  "https://api.buezli.app/2026-07-14/expense_categories/123"

Fields

FieldTypeDescription
idintegerUnique identifier for the resource.
created_atdatetimeTimestamp when the resource was created.
updated_atdatetimeTimestamp when the resource was last updated.
namestringCurrent display name of the category.
archived_atdatetimeTimestamp when the category was archived, or null when active.