GET
/
contacts
/
v1
/
secondary-email
/
{vid}
Search for contacts by email
curl --request GET \
  --url https://api.hubapi.com/contacts/v1/secondary-email/{vid}
"\nExample GET URL:\nhttps://api.hubapi.com/contacts/v1/secondary-email/21316\n\nExample response:\n{\n    \"portalId\": 589323,\n    \"vid\": 21316,\n    \"secondaryEmails\": [\n        \"oldAddress@hubspot.com\"\n    ]\n}"

Response

200 - application/json

Successful response - Returns an array of secondary email addresses associated with a contact

The response is of type object.