---
title: "Create Category"
method: POST
path: "/networks/categories"
tags: ["Categories"]
---

# Create Category

`POST /networks/categories`

Create a new offer category. Provide a name and status to define the category.

## Request body

- object
  - `name` string, required — Name of the category.
  - `status` 'active' | 'inactive', required — Status of the category.

## Response `200`

- Category — An offer category in the network.
  - `network_category_id` integer — Unique category ID.
  - `network_id` integer — Network ID this category belongs to.
  - `name` string — Category name.
  - `status` 'active' | 'inactive' — Category status.
  - `time_created` integer — Unix timestamp of creation.
  - `time_saved` integer — Unix timestamp of last update.

---

[API](https://skmtc.dev/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.dev/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
