---
title: "Create New Section"
method: POST
path: "/{site_id}/sections"
tags: ["sections"]
---

# Create New Section

`POST /{site_id}/sections`

## Path parameters

- `site_id` string, required

## Response `200`

OK

- Section
  - `ancestors` object[]
  - `descendants` object[]
  - `name` string
  - `description` string
  - `parent_section_id` integer
  - `parent_section_name` string
  - `section_id` string

---

[API](https://skmtc.net/viafoura/apis/engagement-api.md) · [All operations](https://skmtc.net/viafoura/apis/engagement-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/viafoura/engagement-api/versions/ea12eb6ecdc1/schema)
