cURL
curl --request GET \ --url https://api.eflow.team/v1/networks/businessunits/{businessUnitId} \ --header 'X-Eflow-Api-Key: <api-key>'
{ "network_business_unit_id": 1, "network_id": 1, "name": "test business unit", "time_created": 1774712393, "time_saved": 1774712393 }
Retrieve a single business unit by its ID.
The Everflow API key generated from the Control Center > Security.
The ID of the business unit.
OK
A business unit in the network.
Unique business unit ID.
Network ID.
Name of the business unit.
Unix timestamp of creation.
1734455015
Unix timestamp of last update.
Was this page helpful?