Skip to main content
GET
/
networks
/
labels
Find All
curl --request GET \
  --url https://api.eflow.team/v1/networks/labels \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "labels": [
    {
      "label": "312312",
      "advertiser_ids": null,
      "affiliate_ids": null,
      "campaign_ids": null,
      "offer_ids": null,
      "offer_group_ids": null,
      "affiliate_tier_ids": null
    }
  ]
}
Retrieve all labels for the network. Labels can be applied to offers, affiliates, advertisers, campaigns, and offer groups to organize and filter resources.

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Response

200 - application/json
labels
object[]