v1

latestOpenAPI 3.0.32026-07-2226694862.5 KB
Business Units

Get Business Unit by ID

Retrieve a single business unit by its ID.

get/networks/businessunits/{businessUnitId}

Path parameters

businessUnitIdinteger required

The ID 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
}