Contact Handles
Add contact handle
Adds a new handle to a contact.
Required scope: contacts:write
post/contacts/{contact_id}/handles
Path parameters
contact_idstring required
The contact ID. Alternatively, you can supply the contact's source and handle as a resource alias.
Request body
Example request
{
"handle": "dwight@limitlesspaper.com",
"source": "email"
}Response
No content