curl --request GET \
--url https://api.hubapi.com/contacts/v1/secondary-email/{vid}{
"portalId": 589323,
"vid": 21316,
"secondaryEmails": [
"oldAddress@hubspot.com"
]
}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/secondary-email/{vid}{
"portalId": 589323,
"vid": 21316,
"secondaryEmails": [
"oldAddress@hubspot.com"
]
}Scope requirements
Successful response - Returns an array of secondary email addresses associated with a contact
The response is of type object.