---
title: "Create an expense category"
method: POST
path: "/expense_categories"
tags: ["Expense Categories"]
---

# Create an expense category

`POST /expense_categories`

Creates a new expense category

## Request body

- object
  - `name` string, required

## Response `200`

Successful response

- ExpenseCategory — Expense category resource
  - `id` integer
  - `team_id` integer
  - `name` string
  - `budget_amount` number, nullable
  - `budget_frequency` 'monthly' | 'quarterly' | 'yearly', nullable
  - `budget_rollover_on` boolean

## Other responses

- `401` — Unauthenticated
- `422` — Validation error

---

[API](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation.md) · [All operations](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harpoonapp/harpoon-api-documentation/revisions/e8fd192f94c6/schema)
