v1
latestOpenAPI 3.1.02026-07-14460151.1 KBUpdate a contact
Modify an existing Contact entry by its unique identifier. Use this to sync updated user profiles, refresh address validation flags, or record changes in employment status and contact classification.
put/v2/contacts/{id}
Path parameters
idstring required
ID of the contact
Request body
Response
200
Example response
{
"data": {
"id": 5,
"contact_type": "employee",
"first_name": "John",
"last_name": "Doe",
"phone": "+1-555-123-4567",
"email": "john.doe@example.com",
"address1": "123 Main Street",
"address2": "Suite 200",
"country": "US",
"city": "New York",
"state": "NY",
"zip_code": "10001",
"company": "Acme Corp",
"status": "active",
"created_at": "2026-04-28T23:30:14-04:00",
"size": "LG",
"gender": "male",
"department": "Engineering",
"title": "Software Developer",
"birthday_date": "1990-05-15T00:00:00-04:00",
"start_date": "2024-01-15T00:00:00-05:00",
"anniversary": "2018-06-20T00:00:00-04:00",
"client_since": "2020-03-01T00:00:00-05:00",
"contact_classification": "VIP",
"address_verified": true,
"address_validated": true,
"labels": [
{
"id": 1,
"name": "Wealthbox"
}
],
"lists": [
{
"id": 1,
"name": "NYC Remote"
}
],
"created_by_user": {
"id": 5,
"name": "Daniel Spirgelx",
"first_name": "Daniel",
"last_name": "Spirgel"
}
}
}