cURL
curl --request GET \ --url https://api.eflow.team/v1/affiliates/network \ --header 'X-Eflow-Api-Key: <api-key>'
{ "network_id": 123, "name": "<string>", "logo_url": "<string>", "favicon_url": "<string>" }
Returns basic network information visible to the authenticated affiliate. Includes the network name, branding, and other public-facing configuration.
The affiliate's API key generated from the Affiliate Portal. Uses the X-Eflow-Api-Key header.
OK
Unique identifier for the network.
Network name.
URL of the network's logo.
URL of the network's favicon.
Was this page helpful?