---
title: "Bulk Create Offer URLs"
method: POST
path: "/networks/offerurls/bulk"
tags: ["Offer URLs"]
---

# Bulk Create Offer URLs

`POST /networks/offerurls/bulk`

## Request body

- object[]
  - `network_offer_id` integer, required — The ID of the offer to which this offer URL is associated.
  - `name` string, required — The name of the offer URL.
  - `destination_url` string, required — The URL the offer URL will redirect to.
  - `preview_url` string — A preview URL, if it exists.
  - `url_status` 'active' | 'paused' | 'deleted' — Status of the offer URL setting.
  - `is_apply_specific_affiliates` boolean, required — Determines whether this offer URL applies to all affiliates or only to a select few. When true, the network_affiliate_ids array must be filled.
  - `network_affiliate_ids` integer[] — The IDs of the affiliates that are to be affected by the offer URL. Only relevant when is_apply_specific_affiliates is true.
  - `is_hidden_affiliate` boolean, required — Determines whether affiliates will see this offer URL or not in the affiliate UI / API.

## Response `200`

- object
  - `urls` OfferUrl[]
    - `network_offer_url_id` integer — Unique offer URL ID.
    - `network_id` integer — Network ID.
    - `network_offer_id` integer — The ID of the offer to which this offer URL is associated.
    - `name` string — The name of the offer URL.
    - `destination_url` string — The URL the offer URL will redirect to.
    - `preview_url` string — A preview URL, if it exists.
    - `url_status` 'active' | 'paused' | 'deleted' — Status of the offer URL setting.
    - `network_affiliate_ids` integer[], nullable — The IDs of the affiliates that are to be affected by the offer URL. Only relevant when is_apply_specific_affiliates is true.
    - `is_apply_specific_affiliates` boolean — Determines whether this offer URL applies to all affiliates or only to a select few. When true, the network_affiliate_ids array must be filled.
    - `is_hidden_affiliate` boolean — Determines whether affiliates will see this offer URL or not in the affiliate UI / API.
    - `time_created` integer — Unix timestamp of creation.
    - `time_saved` integer — Unix timestamp of last update.
    - `remote_offer_resource` object — Remote offer resource configuration.
      - `network_offer_id` integer
      - `network_id` integer
      - `resource_type` string
      - `remote_resource_id` string
      - `resource_id` integer
      - `last_value_md5` string
      - `json_config` string
      - `json_data` string
      - `time_created` integer
      - `time_saved` integer

---

[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)
