v1

latestOpenAPI 3.0.32026-07-2226694862.5 KB
Business Units

Create Business Unit

Create a new business unit. Required field is name.

post/networks/businessunits

Request body

namestring required

Name of the business unit.

Response

network_business_unit_idinteger

Unique business unit ID.

network_idinteger

Network ID.

namestring

Name of the business unit.

time_createdinteger

Unix timestamp of creation.

time_savedinteger

Unix timestamp of last update.

Example response

{
  "time_created": 1734455015,
  "time_saved": 1734455015
}