GET Contacts by Country​
GET
/reports/contacts-by-country
Retrieve contact totals grouped by normalized uppercase country code.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Responses​
Contact counts by country retrieved successfully.
application/json
JSON
{
"countries": [
{
"country_code": "string",
"contact_count": 0
}
]
}