POST
/
contacts
/
v1
/
secondary-email
/
{vid}
/
email
/
{email}
Update a secondary email address
curl --request POST \
  --url https://api.hubapi.com/contacts/v1/secondary-email/{vid}/email/{email}
"\nExample PUT URL:\nhttps://api.hubapi.com/contacts/v1/secondary-email/21316/email/newlyDiscoveredAddrress@hubspot.com\n\n\nExample response:\n{\n    \"portalId\": 589323,\n    \"vid\": 21316,\n    \"secondaryEmails\": [\n        \"updatedAddress@hubspot.com\",\n\t\t\"newlyDiscoveredAddress@hubspot.com\"\n    ]\n}"

Response

200 - application/json

Successful response - Update an existing secondary email address for a contact

The response is of type object.