cURL
curl --request GET \ --url https://api.eflow.team/v1/networks/labels/{labelId} \ --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 ] }
Retrieve a single label by its ID. Returns the label name and the IDs of resources it is applied to.
The Everflow API key generated from the Control Center > Security.
The unique label ID.
OK
The label name.
Was this page helpful?