---
title: "Create Label"
method: POST
path: "/networks/labels"
tags: ["Labels"]
---

# Create Label

`POST /networks/labels`

Create a new label. A label string is required and at least one of the ID arrays must contain at least one entry.

## Request body

- LabelInput
  - `label` string, required — The label you want to add.
  - `advertiser_ids` integer[] — Which advertisers will have the label.
  - `affiliate_ids` integer[] — Which affiliates will have the label.
  - `campaign_ids` integer[] — Which campaigns will have the label.
  - `offer_ids` integer[] — Which offers will have the label.
  - `offer_group_ids` integer[] — Which offer groups will have the label.
  - `affiliate_tier_ids` integer[] — Which affiliate tiers will have the label.

## Response `200`

- object
  - `result` boolean — Whether the operation was successful.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
