Skip to main content
GET
/
networks
/
businessunits
List Business Units
curl --request GET \
  --url https://api.eflow.team/v1/networks/businessunits \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "units": [
    {
      "network_business_unit_id": 1,
      "network_id": 1,
      "name": "test business unit",
      "time_created": 1774712393,
      "time_saved": 1774712393
    }
  ]
}

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Response

200 - application/json
units
object[]

List of business units.