improved
Added uniqueSubscribers in response schema for fetching lists
over 3 years ago by Sendinblue
You will now receive uniqueSubscribers
for a list for the below routes which denotes the total number of unique contacts (totalBlacklisted
and totalSubscribers
) present in a list.
Routes affected by this change:
Sample response
{
"lists": [
{
"id": 53,
"name": "Spanish_Speakers",
"totalSubscribers": 5432,
"totalBlacklisted": 65,
"uniqueSubscribers": 5497,
"folderId": 1
}
],
"count": 1
}