cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/labels \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "label": "premium" } '
{ "label": "<string>" }
Create a new label. Labels can be applied to offers, affiliates, advertisers, campaigns, and offer groups to organize and filter resources.
The Everflow API key generated from the Control Center > Security.
The label name to create.
OK
The created label name.
Was this page helpful?