v1
latestOpenAPI 3.1.02026-07-247601.0 MBUpdate a Contact
This endpoint doesn't consume Apollo credits. Learn more about API pricing and credits.
<a href="https://knowledge.apollo.io/hc/en-us/articles/5995459280525-View-and-Edit-Contacts" target="_blank">Contacts</a> are people saved in Apollo.<br><br>Use the Update a Contact endpoint to update existing contacts in your team's Apollo account.<br><br>To create a new contact, use the <a href="https://docs.apollo.io/reference/create-a-contact">Create a Contact endpoint</a> instead. To update the contact stage for multiple contacts, use the <a href="https://docs.apollo.io/reference/update-contact-stage">Update Contact Stage for Multiple Contacts</a> endpoint.
Path parameters
The Apollo ID for the contact that you want to update. <br><br>To find contact IDs, call the <a href="https://docs.apollo.io/reference/search-for-contacts" target="_blank">Search for Contacts endpoint</a> and identify the id value for the contact. <br><br>Example: 66e34b81740c50074e3d1bd4
Request body
Example request
{
"typed_custom_fields": {
"60c39ed82bd02f01154c470a": "2025-08-07"
}
}Response
200
Example response
{
"contact": {
"id": "66e34b81740c50074e3d1bd4",
"first_name": "Fyodor",
"last_name": "Dostoevsky",
"name": "Fyodor Dostoevsky",
"title": "Chief Writer",
"contact_stage_id": "6095a710bd01d100a506d4ae",
"owner_id": "60affe7d6e270a00f5db6fe4",
"creator_id": "60affe7d6e270a00f5db6fe4",
"organization_name": "Apollo.io",
"source": "api",
"original_source": "api",
"organization_id": "5e66b6381e05b4008c8331b8",
"present_raw_address": "St. Petersburg, Russia",
"created_at": "2024-09-12T20:13:53.207Z",
"email_status": "verified",
"account_id": "63f53afe4ceeca00016bdd2f",
"sanitized_phone": "+15555550117",
"updated_at": "2024-09-12T20:14:53.134Z",
"label_ids": [
"66e361494acd1307386d4073"
],
"existence_level": "full",
"email": "fyodor.dostoevsky@apollo.io",
"email_from_customer": true,
"email_true_status": "User Managed",
"updated_email_true_status": true,
"source_display_name": "Created from API",
"time_zone": "Asia/Krasnoyarsk",
"city": "Saint Petersburg",
"state": "Saint Petersburg",
"country": "Russia",
"phone_numbers": [
{
"raw_number": "555-555-0117",
"sanitized_number": "+15555550117",
"type": "work_direct",
"status": "no_status"
}
]
},
"labels": [
{
"id": "66e361494acd1307386d4073",
"modality": "contacts",
"name": "2024 fiction writers of america attendees",
"created_at": "2024-09-12T21:46:49.464Z",
"updated_at": "2024-09-12T21:46:49.544Z",
"user_id": "60affe7d6e270a00f5db6fe4"
}
]
}