curl --request GET \
--url https://api.hubapi.com/contacts/v1/secondary-email/{vid}/email/{email}
"\nExample DELETE URL:\nhttps://api.hubapi.com/contacts/v1/secondary-email/21316/email/updatedAddress@hubspot.com\n\n\nExample response:\n{\n \"portalId\": 589323,\n \"vid\": 21316,\n \"secondaryEmails\": [\n\t\t\"newlyDiscoveredAddress@hubspot.com\"\n ]\n}"
Remove a secondary email address from a contact.
curl --request GET \
--url https://api.hubapi.com/contacts/v1/secondary-email/{vid}/email/{email}
"\nExample DELETE URL:\nhttps://api.hubapi.com/contacts/v1/secondary-email/21316/email/updatedAddress@hubspot.com\n\n\nExample response:\n{\n \"portalId\": 589323,\n \"vid\": 21316,\n \"secondaryEmails\": [\n\t\t\"newlyDiscoveredAddress@hubspot.com\"\n ]\n}"
Successful response - Add a secondary email address to a contact
The response is of type object
.