---
title: "Create an event category"
method: POST
path: "/app/v1/event_categories"
tags: ["event_categories"]
---

# Create an event category

`POST /app/v1/event_categories`

## Request body

- EventCategoryCreate
  - `name` string
  - `archived` boolean

## Response `200`

A successful operation

- EventCategory
  - `name` string
  - `archived` boolean
  - `id` string, uuid
  - `company_id` string, uuid
  - `created_at` string, date-time
  - `updated_at` string, date-time

---

[API](https://skmtc.net/validere/apis/carbonhub-api.md) · [All operations](https://skmtc.net/validere/apis/carbonhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/validere/carbonhub-api/revisions/053edab62415/schema)
