Get information on the contacts who unsubscribed using a link in the campaign.
Parameters | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
data (array of structs) |
Details of each unsubscribe:
|
||||||||||||||||||||
paging (struct/array) |
If there is more data available, an object is returned in the following format:
If there is no more data to page, an empty array is returned. |
200 (success) returns | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
data (array of structs) |
Details of the contacts that unsubscribed:
|
||||||||||||||||
paging (struct/array) |
URLs to navigate the results: If there is more data available, an object is returned in the following format:
If there is no more data to page, an empty array is returned. |
Non-200 (error) returns | ||||
---|---|---|---|---|
Details of the error:
|
Method-specific error codes | |
---|---|
CAMPAIGN_NOT_FOUND | The campaign could not be found. |
CAMPAIGN_NOT_SENT | The campaign does not have a status of 'SENT'. |
API-wide error codes | |
---|---|
INVALID_PARAMETERS | Parameters are missing or invalid. |
API_KEY_INVALID | Your API key is invalid. |
UNAUTHORISED | You're not authorised to perform that action. |
NOT_FOUND | The requested endpoint does not exist. |
UNKNOWN | An unknown error has occurred. |
Example request | |
---|---|
/api/1.6/campaigns/00000000-0000-0000-0000-000000000000/reports/unsubscribed?api_key=00000000-0000-0000-0000-000000000000 |
Example response | |
---|---|
|
Code sample
|
|
---|---|
|