curl --request GET \
--url https://api.hubapi.com/contacts/v1/contacts/statistics{
"contacts": 261,
"lastNewContactAt": 1578493385539
}Returns an array of secondary email addresses associated with a contact. Note: The secondary email addresses for a contact are included in the hs_additional_emails property for the contact. If you’re already pulling other contact data, you can request the hs_additional_emails property in those requests to get the secondary email addresses without making a separate request to this endpoint.
curl --request GET \
--url https://api.hubapi.com/contacts/v1/contacts/statistics{
"contacts": 261,
"lastNewContactAt": 1578493385539
}Scope requirements
Successful response - Returns an array of secondary email addresses associated with a contact
The response is of type object.
Was this page helpful?