Contacts
Update contact
Update an existing contact
patch/v1/contacts/{contact_id}
Path parameters
contact_idstring required
The ID of the contact to update
Request body
Example request
{
"number": "+18005551234",
"name": "John Doe",
"email": "john.doe@example.com",
"address1": "123 Main St",
"state": "CA",
"zip": "90210",
"city": "Los Angeles",
"notes": "Prefers to be contacted in the evening"
}Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.