v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
Groups and Sections

Create Section

Create a new section.
This endpoint endpoint let's you create a new section. Only Group Managers and above can use this endpoint. Business Managers are restricted from accessing this endpoint. For more information about the group system, see the Groups and Sections description.

post/sections

Request body

namestring required

Name of the section. Cannot include any of the following characters: ,;/

org_idinteger

Unique identifier of the organization in which to create the section (only available to PROVIDER users)

Example request

{
  "name": "Country",
  "org_id": 1
}

Response

OK

status'success'

Request status

idinteger

ID of the created section

Example response

{
  "id": 1
}