v1
latestOpenAPI 3.1.02026-07-247601.0 MBCreate 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 Create a Contact endpoint to add a new contact to your team's Apollo account.<br><br>By default, Apollo doesn't apply deduplication processes when you create a new contact via API. If your entry has the same name, email address, or other details as an existing contact, Apollo creates a new contact instead of updating the existing contact. To enable deduplication and prevent duplicate contacts, set the <code>run_dedupe</code> parameter to <code>true</code>. <br><br>To update an existing contact, use the <a href="https://docs.apollo.io/reference/update-a-contact">Update a Contact endpoint</a> instead.
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 Fiction 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": "+15555550149",
"updated_at": "2024-09-12T20:13:53.331Z",
"queued_for_crm_push": true,
"label_ids": [
"66e34b81740c50074e3d1bd0"
],
"existence_level": "full",
"email": "fyodo@apollo.io",
"email_from_customer": true,
"email_true_status": "User Managed",
"updated_email_true_status": true,
"source_display_name": "Created from API",
"contact_campaign_statuses": [
{
"id": "68782af181c7f0002159df25",
"emailer_campaign_id": "66e9e215ece19801b219997f",
"send_email_from_user_id": "66302798d03b9601c7934ebf",
"inactive_reason": "Sequence inactive",
"status": "paused",
"added_at": "2025-07-16T22:42:57.372+00:00",
"added_by_user_id": "60affe7d6e270a00f5db6fe4",
"send_email_from_email_address": "test.marcus.hale@apollomail.io",
"send_email_from_email_account_id": "6633baaece5fbd01c791d7ca"
}
],
"time_zone": "Asia/Krasnoyarsk",
"city": "Saint Petersburg",
"state": "Saint Petersburg",
"country": "Russia",
"phone_numbers": [
{
"raw_number": "555-555-0149",
"sanitized_number": "+15555550149",
"type": "work_direct",
"status": "no_status"
}
]
},
"labels": [
{
"id": "66e34b81740c50074e3d1bd2",
"modality": "contacts",
"name": "typewriter",
"created_at": "2024-09-12T20:13:53.119Z",
"updated_at": "2024-09-12T20:13:53.279Z",
"user_id": "60affe7d6e270a00f5db6fe4"
}
]
}