curl --request GET \ --url https://api.eflow.team/v1/networks/integrations \ --header 'X-Eflow-Api-Key: <api-key>'
Copy
Ask AI
{ "integrations": [ {} ]}
Network Info
List Integrations
Retrieve all configured integrations for the network. Returns a list of third-party integrations and their connection status, including analytics platforms, CRMs, and other connected services.
GET
/
networks
/
integrations
List Integrations
Copy
Ask AI
curl --request GET \ --url https://api.eflow.team/v1/networks/integrations \ --header 'X-Eflow-Api-Key: <api-key>'