Skip to main content
PATCH
Update Affiliate Offer Visibility
Update offer visibility for a specific affiliate. Provide a list of offer IDs and the visibility type to set for that affiliate across those offers.

Authorizations

X-Eflow-Api-Key
string
header
required

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

Path Parameters

affiliateId
integer
required

The affiliate ID.

Body

application/json
network_offer_ids
integer[]
required

List of offer IDs on which to set the target visibility_type for the affiliate.

visibility_type
enum<string>
required

The type of visibility to apply for the affiliate on the specified offers. Values are visible, hidden, and rejected.

Available options:
visible,
hidden,
rejected

Response

200 - application/json
result
boolean

Whether the update was successful.