Contacts
Update Contact
PUT
a contact
PUT
/user-api/v1/contacts/:id
Path Parameters
Contact ID
Headers
Header | Value |
---|---|
Content-Type | application/json |
x-rolodex-api-key | f1e2d3c4b5a697... |
Query Parameters
Related data to include: emails
, phone_numbers
, companies
, custom_fields
, tags
, lists
, notes
Endpoint Example
PUT
/user-api/v1/contacts/contact_67890?include=emails,custom_fields
Relationship fields (emails
, phone_numbers
, companies
, tags
, lists
, notes
, custom_fields
) are replaced entirely with the provided values. To add to existing relationships, include all current values plus new ones.