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 ] }
The Everflow API key generated from the Control Center > Security.
The offer ID.
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?