cURL
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 } ] }
Retrieve all business units for the network.
The Everflow API key generated from the Control Center > Security.
List of business units.
Show child attributes
Was this page helpful?