Skip to main content
POST
Create a new department.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Body

application/json

Department creation data

Request body for creating a department

companyId
string
required

Company ID

name
string
required

Department name

description
string

Department description

color
string

Department color (hex code)

Response

Created department

Department object

id
string

Department ID

companyId
string

Company ID

name
string

Department name

description
string

Department description

color
string

Department color (hex code)

created
number

Creation timestamp

updated
number

Last update timestamp