cURL
curl --request GET \ --url https://api.eflow.team/v1/networks/offers/{offerId}/visibility \ --header 'X-Eflow-Api-Key: <api-key>'
{ "network_id": 123, "network_offer_id": 123, "network_affiliate_visible_ids": [ 123 ], "network_affiliate_rejected_ids": [ 123 ], "network_affiliate_hidden_ids": [ 123 ] }
Retrieve the visibility settings for a specific offer. Returns the lists of affiliate IDs that have visible, rejected, or hidden access to the offer.
The Everflow API key generated from the Control Center > Security.
The offer ID.
OK
Network ID.
Offer ID.
Affiliate IDs with visible access to the offer.
Affiliate IDs with rejected access to the offer.
Affiliate IDs with hidden access to the offer.
Was this page helpful?