Skip to main content
GET
/
affiliates
/
network
Get Network Info
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>"
}

Authorizations

X-Eflow-Api-Key
string
header
required

The affiliate's API key generated from the Affiliate Portal. Uses the X-Eflow-Api-Key header.

Response

200 - application/json

OK

network_id
integer

Unique identifier for the network.

name
string

Network name.

logo_url
string

URL of the network's logo.

favicon_url
string

URL of the network's favicon.