Skip to main content
GET
/
networks
/
labels
List Labels
curl --request GET \
  --url https://api.eflow.team/v1/networks/labels \
  --header 'X-Eflow-Api-Key: <api-key>'
[
  {
    "label": "<string>",
    "advertiser_ids": [
      123
    ],
    "affiliate_ids": [
      123
    ],
    "campaign_ids": [
      123
    ],
    "offer_ids": [
      123
    ],
    "offer_group_ids": [
      123
    ]
  }
]

Authorizations

X-Eflow-Api-Key
string
header
required

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

Response

200 - application/json

OK

label
string

The label name.

advertiser_ids
integer[]

Advertiser IDs this label is applied to.

affiliate_ids
integer[]

Affiliate IDs this label is applied to.

campaign_ids
integer[]

Campaign IDs this label is applied to.

offer_ids
integer[]

Offer IDs this label is applied to.

offer_group_ids
integer[]

Offer group IDs this label is applied to.