cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/businessunits \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "name": "Manufacturing" } '
{ "network_business_unit_id": 1, "network_id": 1, "name": "Manufacturing", "time_created": 1774712393, "time_saved": 1774712393 }
Create a new business unit. Required field is name.
name
The Everflow API key generated from the Control Center > Security.
Name of the business unit.
OK
A business unit in the network.
Unique business unit ID.
Network ID.
Unix timestamp of creation.
1734455015
Unix timestamp of last update.
Was this page helpful?