Get Unsubscribed Subscribers
Retrieve all subscribers with the status unsubscribed from a specific list. Useful for managing opt-outs and analyzing churn.
📭 Get Unsubscribed Subscribers
Fetch unsubscribed contacts from a list using list UID and pagination options.
🔹 HTTP Request
🔸 URL Segments
Segment
Required
Description
LIST-UNIQUE-ID
Yes
Unique identifier of the subscriber list.
🔎 Query Parameters
Parameter
Default
Description
page
1
Page number to retrieve.
per_page
10
Number of subscribers per page.
status
unsubscribed
Filters only unsubscribed subscribers.
🔐 Authorization Header
💻 PHP Example
📦 Sample JSON Response
Last updated