Offer::getAllAffiliateAccessByOffer Method

Retrieves the approval status of all affiliates for a given offer. Results are returned as a list of affiliate IDs grouped by offer access status ("approved", "blocked", and "unapproved").

NameTypeDescription
NetworkId UrlNetwork ID
NetworkToken StringNetwork token
Target StringThis call action target
Method StringThis calls action method
id IntegerID of Offer object
limitIntegerLimit the number of items returned per page. Defaults to returning all found.
pageIntegerPage by the limit of items returned. Defaults to page 1.

GET Response Notes

Returns an array of key-value pairs with each key is an offer access status and each value is an array of affiliate IDs with that status.

Show Example Response

API Call Builder

Javascript is required to use the API Call Builder.
Have a Question? Please contact [email protected] for technical support.