Get subscribers count
Get counts information on a subscribers list (numbers of subscribers, unsubscribed users...)
Endpoint URI
1 |
|
Endpoint parameters
- LIST_ID : the email list you want to read
Headers
- X-Ownpage-Client-Token : a valid token
Response (JSON)
The response is an object containing the following :
- subscribed: Number of subscribed users in the list
- unsubscribed: Number of unsubscribed users in the list
- cause: Number of unsubscribed users, sorted by cause
- HARD_BOUNCE: Unsubscribed users due to a "hard bounce" (i.e: invalid address)
- MULTIPLE_BOUNCES: Unsubscribed users due to multiple delivery problems (3 bounces in a row)
- PUBLISHER: Unsubscribed users due a decision of the publisher (via API or the Dashboard)
- READER: Unsubscribed users due to their own decision (i.e: they clicked on the unsubscribe link)
Example
We get the counts of the list with id #123
1 |
|
Response example:
1 2 3 4 5 6 7 8 9 10 |
|