Update Contact
Contacts
Update Contact
Update an existing contact’s information
PATCH
Update Contact
Request
Path Parameters
Contact UUID
Headers
Body Parameters
Only include fields you want to update. Omitted fields will remain unchanged.
Contact’s full name
Email address
Phone number with country code
Job title or position
Company name
LinkedIn profile URL
Additional notes (appends to existing notes)
Response
The updated contact object
Example Response
Partial Updates
You can update a single field without affecting others:Errors
| Status | Code | Description |
|---|---|---|
| 400 | validation_error | Invalid field format |
| 401 | invalid_key | Invalid API key |
| 403 | insufficient_permissions | Missing write permission |
| 404 | not_found | Contact not found |
| 429 | rate_limited | Rate limit exceeded |