Application::generateAllUnsubLinks Method

Generate unsubscribe links for multiple users. The links will be valid for 31 days.

Note: Since the response contains links indexed by user ID, you must not call this endpoint for multiple users who are of different types with the same numeric ID, or to generate multiple different unsubscribe links (for multiple preferences) for the same user. For example, if calling the function to generate unsubscribe links for an affiliate user with id 100 and an advertiser user with id 100, the response would only contain a single link. This endpoint should be called separately in cases where the generated links would have such ID collisions.

NameTypeDescription
NetworkId UrlNetwork ID
NetworkToken StringNetwork token
Target StringThis calls action target
Method StringThis calls action method
users Array of structured objectsList of user objectsShow Supported Parameters

GET Response Notes

An object containing unsubscribe links for each passed user, indexed by the user ID.

Return response will be in the following format: array.

API Call Builder

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