Skip to main content
POST
Bulk Create Offer URLs
Create multiple offer URLs in a single request. The request body is an array of offer URL objects, each with the same fields as the Create Offer URL endpoint.

Authorizations

X-Eflow-Api-Key
string
header
required

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

Body

application/json
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.

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.

is_hidden_affiliate
boolean
required

Determines whether affiliates will see this offer URL or not in the affiliate UI / API.

preview_url
string

A preview URL, if it exists.

url_status
enum<string>

Status of the offer URL setting.

Available options:
active,
paused,
deleted
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.

Response

200 - application/json
urls
object[]