Contacts
GET Contact Consent Counts
Use to get the total contacts count for the account and the total contact-consent counts for each consent state. Optionally, to include the total number of contacts that subscribed within the last 30 days in the results, use new_subscribers in the include query parameter. To optimize open rates, reduce spam reports, and help grow your business, you must value your contact's consent to receive or to not receive your emails.
get/contacts/counts
Query parameters
include'new_subscriber'
Use to return the total number of contacts that subscribed within the last 30 days in the results.
Response
Request successful
Example response
{
"total": 72,
"explicit": 10,
"implicit": 20,
"pending": 30,
"unsubscribed": 12,
"new_subscriber": 1
}