Track Subscriber Unsubscribe
Log an unsubscribe action from a subscriber for a specific campaign, optionally capturing metadata such as IP address, user agent, and reason.
🚫 Track Subscriber Unsubscribe
Use this endpoint to register an unsubscribe event for a specific subscriber from a campaign.
🔹 HTTP Request
🔸 URL Segments
Segment
Required
Description
CAMPAIGN-UNIQUE-ID
Yes
Unique ID of the campaign.
SUBSCRIBER-UNIQUE-ID
Yes
Unique ID of the subscriber.
📝 POST Parameters
Parameter
Required
Description
ip_address
No
IP address of the subscriber.
user_agent
No
User agent string of the subscriber.
reason
No
Optional reason for unsubscribing.
🔐 Authorization Header
💻 PHP Example
📦 Sample JSON Response
Last updated