{ "item": [ { "id": "9312fe73-5222-487a-b305-6b90cf1fb54b", "name": "Calls", "description": { "content": "Log and update call records made inside or outside Apollo.", "type": "text/plain" }, "item": [ { "id": "db280066-678b-4759-ae68-f4c9f1ba7759", "name": "Search for Calls", "request": { "name": "Search for Calls", "description": { "content": "## Endpoint essentials\n\n**API key access:** `Master API key`\n\n**OAuth scopes:** `phone_call_search`\n\n**Credit usage:** `0 credits` — [Learn more about API pricing and credits](https://docs.apollo.io/docs/api-pricing).\n\nUse the Search for Calls endpoint to find calls that your team has made or received using the dialer on Apollo.", "type": "text/plain" }, "url": { "path": [ "phone_calls", "search" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "key": "date_range[max]", "value": "", "description": "Set the upper bound of the date range you want to search.

Use this parameter in combination with the `date_range[min]` parameter. This date should fall after the `date_range[min]` date.

The date should be formatted as `YYYY-MM-DD`.

Example: `2025-06-12`" }, { "disabled": false, "key": "date_range[min]", "value": "", "description": "Set the lower bound of the date range you want to search.

Use this parameter in combination with the `date_range[max]` parameter. This date should fall before the `date_range[max]` date.

The date should be formatted as `YYYY-MM-DD`.

Example: `2025-04-01`" }, { "disabled": false, "key": "duration[max]", "value": "", "description": "Set the upper bound for the call duration you want to search. The duration should be seconds, not minutes or hours.

Use this parameter in combination with the `duration[min]` parameter. This number should be larger than `duration[min]`.

Example: `180`" }, { "disabled": false, "key": "duration[min]", "value": "", "description": "Set the lower bound for the call duration you want to search. The duration should be seconds, not minutes or hours.

Use this parameter in combination with the `duration[max]` parameter. This number should be smallerr than `duration[min]`.

Example: `30`" }, { "disabled": false, "key": "inbound", "value": "", "description": "Search for calls based on whether they were `incoming` (the prospect called your team) or `outgoing` (your team called the prospect)." }, { "disabled": false, "key": "user_ids[]", "value": "", "description": "Find calls that included specific users in your team's Apollo account. You can add multiple users.

Use the Get a List of Users endpoint to retrieve IDs for all of the users within your Apollo account.

Example: `67e33d527de088000daa60c4`" }, { "disabled": false, "key": "contact_label_ids[]", "value": "", "description": "Find calls that included specific contacts. You can add multiple contacts.

In Apollo terminology, a contact is a person that your team has explicitly added to your database.

Use the Get a List of Users endpoint to retrieve IDs for all of the users within your Apollo account.

Example: `67e33d527de088000daa60c4` 6708415f59d9c70001b2f852" }, { "disabled": false, "key": "phone_call_purpose_ids[]", "value": "", "description": "Filter calls based on their purpose.

Call purposes are unique to your team's Apollo account. When you use the Purpose search filter for calls in the Apollo product, you can find the corresponding call purpose ID in the URL.

Example: `6095a710bd01d100a506d4cf`" }, { "disabled": false, "key": "phone_call_outcome_ids[]", "value": "", "description": "Filter calls based on their outcome.

Call outcomes are unique to your team's Apollo account. When you use the Disposition search filter for calls in the Apollo product, you can find the corresponding call outcome ID in the URL.

Example: `6095a710bd01d100a506d4c5`" }, { "disabled": false, "key": "q_keywords", "value": "", "description": "Add keywords to narrow the search of the calls in your team's Apollo account.

Example: `marketing conference attendees`" }, { "disabled": false, "key": "page", "value": "", "description": "The page number of the Apollo data that you want to retrieve.

Use this parameter in combination with the `per_page` parameter to make search results for navigable and improve the performance of the endpoint.

Example: `4`" }, { "disabled": false, "key": "per_page", "value": "", "description": "The number of search results that should be returned for each page. Limiting the number of results per page improves the endpoint's performance.

Use the page parameter to search the different pages of data.

Example: `10`" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null }, "response": [ { "id": "36554a97-2e83-4b8c-b6a7-a234deaf1557", "name": "OK", "originalRequest": { "url": { "path": [ "phone_calls", "search" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "date_range[max]", "value": "" }, { "key": "date_range[min]", "value": "" }, { "key": "duration[max]", "value": "" }, { "key": "duration[min]", "value": "" }, { "key": "inbound", "value": "" }, { "key": "user_ids[]", "value": "" }, { "key": "contact_label_ids[]", "value": "" }, { "key": "phone_call_purpose_ids[]", "value": "" }, { "key": "phone_call_outcome_ids[]", "value": "" }, { "key": "q_keywords", "value": "" }, { "key": "page", "value": "" }, { "key": "per_page", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "x-api-key", "value": "" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "\"{\\n \\\"pagination\\\": {\\n \\\"page\\\": \\\"1\\\",\\n \\\"per_page\\\": \\\"5\\\",\\n \\\"total_entries\\\": 17,\\n \\\"total_pages\\\": 4\\n },\\n \\\"breadcrumbs\\\": [\\n {\\n \\\"label\\\": \\\"Date\\\",\\n \\\"signal_field_name\\\": \\\"date_range\\\",\\n \\\"value\\\": \\\"2025-04-01\\\",\\n \\\"display_name\\\": \\\"After Tue, Apr 01\\\"\\n },\\n {\\n \\\"label\\\": \\\"Date\\\",\\n \\\"signal_field_name\\\": \\\"date_range\\\",\\n \\\"value\\\": \\\"2025-06-12\\\",\\n \\\"display_name\\\": \\\"Before Today\\\"\\n }\\n ],\\n \\\"phone_calls\\\": [\\n {\\n \\\"id\\\": \\\"684b5631a57ddb0021985250\\\",\\n \\\"user_id\\\": \\\"66302798d03b9601c7934ebf\\\",\\n \\\"account_id\\\": \\\"6518c6184f20350001a0b9c0\\\",\\n \\\"contact_id\\\": \\\"657a43dd324b9902d0c4dd37\\\",\\n \\\"voice_setting_id\\\": \\\"684b5618cea999001da519c6\\\",\\n \\\"phone_call_outcome_id\\\": null,\\n \\\"phone_call_purpose_id\\\": null,\\n \\\"recording_url\\\": null,\\n \\\"twilio_call_sid\\\": \\\"CA218198b1015dd6db8d790275bfd4550e\\\",\\n \\\"call_identifier\\\": \\\"ad2c1a48-23fc-4a2d-96a9-c0ad8a95c01d\\\",\\n \\\"agent_call_sid\\\": null,\\n \\\"inbound\\\": false,\\n \\\"from_number\\\": \\\"+15735550189\\\",\\n \\\"to_number\\\": \\\"+14155550181\\\",\\n \\\"start_time\\\": \\\"2025-06-12T22:35:29.000+00:00\\\",\\n \\\"end_time\\\": \\\"2025-06-12T22:35:35.000+00:00\\\",\\n \\\"transcription_too_long\\\": null,\\n \\\"twilio_recording_sid\\\": null,\\n \\\"need_recording_upload\\\": true,\\n \\\"logged\\\": false,\\n \\\"note\\\": null,\\n \\\"status\\\": \\\"no-answer\\\",\\n \\\"outreach_task_id\\\": null,\\n \\\"salesforce_id\\\": null,\\n \\\"hubspot_id\\\": null,\\n \\\"conference_id\\\": null,\\n \\\"opportunity_id\\\": null,\\n \\\"voicemail_dropped\\\": false,\\n \\\"parallel_dial_item_id\\\": null,\\n \\\"transcribed\\\": false,\\n \\\"transcribing\\\": false,\\n \\\"transcription_progress\\\": 0,\\n \\\"note_text\\\": \\\"\\\",\\n \\\"contact\\\": {\\n \\\"organization_logo_url\\\": \\\"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/b1bdd6009b1611149b56f0bc/picture\\\",\\n \\\"contact_roles\\\": [],\\n \\\"id\\\": \\\"657a43dd324b9902d0c4dd37\\\",\\n \\\"first_name\\\": \\\"Marcus\\\",\\n \\\"last_name\\\": \\\"Hale\\\",\\n \\\"name\\\": \\\"Marcus Hale\\\",\\n \\\"linkedin_url\\\": null,\\n \\\"title\\\": null,\\n \\\"contact_stage_id\\\": \\\"6095a710bd01d100a506d4af\\\",\\n \\\"owner_id\\\": \\\"66302798d03b9601c7934ec2\\\",\\n \\\"creator_id\\\": \\\"60affe7d6e270a00f5db6fe4\\\",\\n \\\"person_id\\\": null,\\n \\\"email_needs_tickling\\\": null,\\n \\\"organization_name\\\": \\\"Apollo.io\\\",\\n \\\"source\\\": \\\"meetings_scheduled_in_app\\\",\\n \\\"original_source\\\": \\\"meetings_scheduled_in_app\\\",\\n \\\"organization_id\\\": \\\"5e66b6381e05b4008c8331b8\\\",\\n \\\"headline\\\": null,\\n \\\"photo_url\\\": null,\\n \\\"present_raw_address\\\": null,\\n \\\"linkedin_uid\\\": null,\\n \\\"extrapolated_email_confidence\\\": null,\\n \\\"salesforce_id\\\": \\\"003TE0k3i0Ln1ORd2n\\\",\\n \\\"salesforce_lead_id\\\": null,\\n \\\"salesforce_contact_id\\\": \\\"003TE0k3i0Ln1ORd2n\\\",\\n \\\"salesforce_account_id\\\": \\\"0017ntaJPTvuIbOUVM\\\",\\n \\\"crm_owner_id\\\": \\\"005dK4PthD6owdyIkD\\\",\\n \\\"created_at\\\": \\\"2023-12-13T23:53:01.613Z\\\",\\n \\\"emailer_campaign_ids\\\": [],\\n \\\"direct_dial_status\\\": null,\\n \\\"direct_dial_enrichment_failed_at\\\": null,\\n \\\"city\\\": null,\\n \\\"country\\\": null,\\n \\\"state\\\": null,\\n \\\"email_status\\\": \\\"verified\\\",\\n \\\"email_source\\\": null,\\n \\\"account_id\\\": \\\"6518c6184f20350001a0b9c0\\\",\\n \\\"last_activity_date\\\": \\\"2025-03-14T16:23:29.000+00:00\\\",\\n \\\"hubspot_vid\\\": null,\\n \\\"hubspot_company_id\\\": null,\\n \\\"crm_id\\\": \\\"003TE0k3i0Ln1ORd2n\\\",\\n \\\"sanitized_phone\\\": \\\"+14155550181\\\",\\n \\\"merged_crm_ids\\\": null,\\n \\\"updated_at\\\": \\\"2025-06-12T20:48:47.840Z\\\",\\n \\\"queued_for_crm_push\\\": false,\\n \\\"suggested_from_rule_engine_config_id\\\": null,\\n \\\"email_unsubscribed\\\": null,\\n \\\"person_deleted\\\": null,\\n \\\"call_opted_out\\\": null,\\n \\\"label_ids\\\": [],\\n \\\"has_pending_email_arcgate_request\\\": false,\\n \\\"has_email_arcgate_request\\\": false,\\n \\\"existence_level\\\": \\\"full\\\",\\n \\\"email\\\": \\\"marcus.hale@apollo.io\\\",\\n \\\"email_from_customer\\\": true,\\n \\\"typed_custom_fields\\\": {},\\n \\\"custom_field_errors\\\": null,\\n \\\"salesforce_record_url\\\": \\\"https://orgfarm-1a2b3c4d5e-dev-ed.develop.my.salesforce.com/003TE0k3i0Ln1ORd2n\\\",\\n \\\"crm_record_url\\\": null,\\n \\\"email_status_unavailable_reason\\\": null,\\n \\\"email_true_status\\\": \\\"User Managed\\\",\\n \\\"updated_email_true_status\\\": true,\\n \\\"source_display_name\\\": \\\"Added from Meetings Scheduling\\\",\\n \\\"twitter_url\\\": null,\\n \\\"facebook_url\\\": null,\\n \\\"contact_emails\\\": [\\n {\\n \\\"email_md5\\\": \\\"ae850a27907a25093bbc837c210ae5a3\\\",\\n \\\"email_sha256\\\": \\\"125671f13e9632a503bb5aa9b928c8105c044901c4f13a21818f9da209fc87a4\\\",\\n \\\"email_status\\\": \\\"verified\\\",\\n \\\"extrapolated_email_confidence\\\": null,\\n \\\"position\\\": 0,\\n \\\"email\\\": \\\"marcus.hale@apollo.io\\\",\\n \\\"free_domain\\\": false,\\n \\\"source\\\": \\\"User Managed\\\",\\n \\\"third_party_vendor_name\\\": null,\\n \\\"vendor_validation_statuses\\\": [],\\n \\\"email_needs_tickling\\\": null,\\n \\\"email_true_status\\\": \\\"User Managed\\\",\\n \\\"email_status_unavailable_reason\\\": null\\n }\\n ],\\n \\\"show_intent\\\": false,\\n \\\"phone_numbers\\\": [\\n {\\n \\\"raw_number\\\": \\\"+1 415-555-0181\\\",\\n \\\"sanitized_number\\\": \\\"+14155550181\\\",\\n \\\"type\\\": \\\"work_hq\\\",\\n \\\"position\\\": 0,\\n \\\"status\\\": \\\"no_status\\\",\\n \\\"dnc_status\\\": null,\\n \\\"dnc_other_info\\\": {},\\n \\\"dialer_flags\\\": null,\\n \\\"source_name\\\": \\\"Apollo\\\",\\n \\\"vendor_validation_statuses\\\": [],\\n \\\"third_party_vendor_name\\\": null\\n }\\n ],\\n \\\"account_phone_note\\\": null,\\n \\\"free_domain\\\": false,\\n \\\"email_domain_catchall\\\": false\\n },\\n \\\"duration\\\": 0,\\n \\\"conversation_id\\\": null\\n },\\n {\\n \\\"id\\\": \\\"683dd5ebeff21a000d3b59b1\\\",\\n \\\"user_id\\\": \\\"66302798d03b9601c7934ebc\\\",\\n \\\"account_id\\\": null,\\n \\\"contact_id\\\": null,\\n \\\"voice_setting_id\\\": \\\"66423383e444d7043a550a93\\\",\\n \\\"phone_call_outcome_id\\\": null,\\n \\\"phone_call_purpose_id\\\": null,\\n \\\"recording_url\\\": \\\"https://api.twilio.com/2010-04-01/Accounts/REDACTED_TWILIO_ACCOUNT_SID/Recordings/RE7f322dec3b25154e4a05751f802a3a85\\\",\\n \\\"twilio_call_sid\\\": \\\"CAe13f2421ccd41b3593ca65eaf5d930f8\\\",\\n \\\"call_identifier\\\": null,\\n \\\"agent_call_sid\\\": \\\"CAc1f591997d5dba2b1c26e9d6dfd3d614\\\",\\n \\\"inbound\\\": true,\\n \\\"from_number\\\": \\\"+19515550199\\\",\\n \\\"to_number\\\": \\\"+15625550183\\\",\\n \\\"start_time\\\": \\\"2025-06-02T16:48:43.000+00:00\\\",\\n \\\"end_time\\\": \\\"2025-06-02T16:48:46.000+00:00\\\",\\n \\\"transcription_too_long\\\": null,\\n \\\"twilio_recording_sid\\\": \\\"RE7f322dec3b25154e4a05751f802a3a85\\\",\\n \\\"need_recording_upload\\\": true,\\n \\\"logged\\\": false,\\n \\\"note\\\": null,\\n \\\"status\\\": \\\"completed\\\",\\n \\\"outreach_task_id\\\": null,\\n \\\"salesforce_id\\\": null,\\n \\\"hubspot_id\\\": null,\\n \\\"conference_id\\\": null,\\n \\\"opportunity_id\\\": null,\\n \\\"voicemail_dropped\\\": false,\\n \\\"parallel_dial_item_id\\\": null,\\n \\\"transcribed\\\": false,\\n \\\"transcribing\\\": false,\\n \\\"transcription_progress\\\": 0,\\n \\\"note_text\\\": \\\"\\\",\\n \\\"duration\\\": 3,\\n \\\"conversation_id\\\": null\\n },\\n {\\n \\\"id\\\": \\\"6839d628897392000d8c3e75\\\",\\n \\\"user_id\\\": \\\"66302798d03b9601c7934ebc\\\",\\n \\\"account_id\\\": null,\\n \\\"contact_id\\\": null,\\n \\\"voice_setting_id\\\": \\\"66423383e444d7043a550a93\\\",\\n \\\"phone_call_outcome_id\\\": null,\\n \\\"phone_call_purpose_id\\\": null,\\n \\\"recording_url\\\": \\\"https://api.twilio.com/2010-04-01/Accounts/REDACTED_TWILIO_ACCOUNT_SID/Recordings/REca35d88c03f7d3dfa111701454a4f0cc\\\",\\n \\\"twilio_call_sid\\\": \\\"CA1e9460d41ae47a0174b5b2e7c85f1656\\\",\\n \\\"call_identifier\\\": null,\\n \\\"agent_call_sid\\\": \\\"CA3b3d89be17ba26ae5f706a4c5b9ac799\\\",\\n \\\"inbound\\\": true,\\n \\\"from_number\\\": \\\"+19515550199\\\",\\n \\\"to_number\\\": \\\"+15625550183\\\",\\n \\\"start_time\\\": \\\"2025-05-30T16:00:40.000+00:00\\\",\\n \\\"end_time\\\": \\\"2025-05-30T16:00:44.000+00:00\\\",\\n \\\"transcription_too_long\\\": null,\\n \\\"twilio_recording_sid\\\": \\\"REca35d88c03f7d3dfa111701454a4f0cc\\\",\\n \\\"need_recording_upload\\\": true,\\n \\\"logged\\\": false,\\n \\\"note\\\": null,\\n \\\"status\\\": \\\"completed\\\",\\n \\\"outreach_task_id\\\": null,\\n \\\"salesforce_id\\\": null,\\n \\\"hubspot_id\\\": null,\\n \\\"conference_id\\\": null,\\n \\\"opportunity_id\\\": null,\\n \\\"voicemail_dropped\\\": false,\\n \\\"parallel_dial_item_id\\\": null,\\n \\\"transcribed\\\": false,\\n \\\"transcribing\\\": false,\\n \\\"transcription_progress\\\": 0,\\n \\\"note_text\\\": \\\"\\\",\\n \\\"duration\\\": 4,\\n \\\"conversation_id\\\": null\\n },\\n {\\n \\\"id\\\": \\\"683760e6aac06700213aa9d5\\\",\\n \\\"user_id\\\": \\\"66302798d03b9601c7934ebc\\\",\\n \\\"account_id\\\": null,\\n \\\"contact_id\\\": null,\\n \\\"voice_setting_id\\\": \\\"66423383e444d7043a550a93\\\",\\n \\\"phone_call_outcome_id\\\": null,\\n \\\"phone_call_purpose_id\\\": null,\\n \\\"recording_url\\\": \\\"https://api.twilio.com/2010-04-01/Accounts/REDACTED_TWILIO_ACCOUNT_SID/Recordings/RE25b1312a9ccf9836c8936f16707ee88c\\\",\\n \\\"twilio_call_sid\\\": \\\"CA6a3674fe3760608ef64c0601f0410487\\\",\\n \\\"call_identifier\\\": null,\\n \\\"agent_call_sid\\\": \\\"CAcd8eb6f71a1ee1092197626db6d8bd68\\\",\\n \\\"inbound\\\": true,\\n \\\"from_number\\\": \\\"+19515550199\\\",\\n \\\"to_number\\\": \\\"+15625550183\\\",\\n \\\"start_time\\\": \\\"2025-05-28T19:15:50.000+00:00\\\",\\n \\\"end_time\\\": \\\"2025-05-28T19:16:10.000+00:00\\\",\\n \\\"transcription_too_long\\\": null,\\n \\\"twilio_recording_sid\\\": \\\"RE25b1312a9ccf9836c8936f16707ee88c\\\",\\n \\\"need_recording_upload\\\": true,\\n \\\"logged\\\": false,\\n \\\"note\\\": null,\\n \\\"status\\\": \\\"completed\\\",\\n \\\"outreach_task_id\\\": null,\\n \\\"salesforce_id\\\": null,\\n \\\"hubspot_id\\\": null,\\n \\\"conference_id\\\": null,\\n \\\"opportunity_id\\\": null,\\n \\\"voicemail_dropped\\\": false,\\n \\\"parallel_dial_item_id\\\": null,\\n \\\"transcribed\\\": false,\\n \\\"transcribing\\\": false,\\n \\\"transcription_progress\\\": 0,\\n \\\"note_text\\\": \\\"\\\",\\n \\\"duration\\\": 20,\\n \\\"conversation_id\\\": null\\n },\\n {\\n \\\"id\\\": \\\"68373d81b6ef6b001dc9b7aa\\\",\\n \\\"user_id\\\": \\\"66302798d03b9601c7934ebc\\\",\\n \\\"account_id\\\": null,\\n \\\"contact_id\\\": null,\\n \\\"voice_setting_id\\\": \\\"66423383e444d7043a550a93\\\",\\n \\\"phone_call_outcome_id\\\": null,\\n \\\"phone_call_purpose_id\\\": null,\\n \\\"recording_url\\\": \\\"https://api.twilio.com/2010-04-01/Accounts/REDACTED_TWILIO_ACCOUNT_SID/Recordings/RE8a53d661e9eae6724d41923212c3ad9a\\\",\\n \\\"twilio_call_sid\\\": \\\"CA07d7bf8c756999217998e8bae0f18479\\\",\\n \\\"call_identifier\\\": null,\\n \\\"agent_call_sid\\\": \\\"CA667d80530c73a64fc09ec76b040063df\\\",\\n \\\"inbound\\\": true,\\n \\\"from_number\\\": \\\"+19515550199\\\",\\n \\\"to_number\\\": \\\"+15625550183\\\",\\n \\\"start_time\\\": \\\"2025-05-28T16:44:49.000+00:00\\\",\\n \\\"end_time\\\": \\\"2025-05-28T16:45:10.000+00:00\\\",\\n \\\"transcription_too_long\\\": null,\\n \\\"twilio_recording_sid\\\": \\\"RE8a53d661e9eae6724d41923212c3ad9a\\\",\\n \\\"need_recording_upload\\\": true,\\n \\\"logged\\\": false,\\n \\\"note\\\": null,\\n \\\"status\\\": \\\"completed\\\",\\n \\\"outreach_task_id\\\": null,\\n \\\"salesforce_id\\\": null,\\n \\\"hubspot_id\\\": null,\\n \\\"conference_id\\\": null,\\n \\\"opportunity_id\\\": null,\\n \\\"voicemail_dropped\\\": false,\\n \\\"parallel_dial_item_id\\\": null,\\n \\\"transcribed\\\": false,\\n \\\"transcribing\\\": false,\\n \\\"transcription_progress\\\": 0,\\n \\\"note_text\\\": \\\"\\\",\\n \\\"duration\\\": 21,\\n \\\"conversation_id\\\": null\\n }\\n ],\\n \\\"faceting\\\": {\\n \\\"phone_call_stats_facets\\\": [\\n {\\n \\\"value\\\": \\\"active\\\",\\n \\\"display_name\\\": \\\"Active Calls\\\",\\n \\\"count\\\": 0\\n },\\n {\\n \\\"value\\\": \\\"6095a710bd01d100a506d4c5\\\",\\n \\\"display_name\\\": \\\"Left Voicemail\\\",\\n \\\"count\\\": 1\\n },\\n {\\n \\\"value\\\": \\\"other\\\",\\n \\\"display_name\\\": \\\"No Disposition\\\",\\n \\\"count\\\": 15\\n },\\n {\\n \\\"value\\\": \\\"6095a710bd01d100a506d4ca\\\",\\n \\\"display_name\\\": \\\"Connected - Positive\\\",\\n \\\"count\\\": 1\\n }\\n ]\\n },\\n \\\"pipeline_total\\\": 17,\\n \\\"num_fetch_result\\\": null\\n}\"", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7327d6ac-d49b-43f7-aea0-f4238c6012c3", "name": "401", "originalRequest": { "url": { "path": [ "phone_calls", "search" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "date_range[max]", "value": "" }, { "key": "date_range[min]", "value": "" }, { "key": "duration[max]", "value": "" }, { "key": "duration[min]", "value": "" }, { "key": "inbound", "value": "" }, { "key": "user_ids[]", "value": "" }, { "key": "contact_label_ids[]", "value": "" }, { "key": "phone_call_purpose_ids[]", "value": "" }, { "key": "phone_call_outcome_ids[]", "value": "" }, { "key": "q_keywords", "value": "" }, { "key": "page", "value": "" }, { "key": "per_page", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "x-api-key", "value": "" }, { "key": "Accept", "value": "text/plain" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "Invalid API key. See https://docs.apollo.io/reference/authentication for how to authenticate.", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a70a706b-e356-46eb-8408-c870dfe0715c", "name": "Forbidden", "originalRequest": { "url": { "path": [ "phone_calls", "search" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "date_range[max]", "value": "" }, { "key": "date_range[min]", "value": "" }, { "key": "duration[max]", "value": "" }, { "key": "duration[min]", "value": "" }, { "key": "inbound", "value": "" }, { "key": "user_ids[]", "value": "" }, { "key": "contact_label_ids[]", "value": "" }, { "key": "phone_call_purpose_ids[]", "value": "" }, { "key": "phone_call_outcome_ids[]", "value": "" }, { "key": "q_keywords", "value": "" }, { "key": "page", "value": "" }, { "key": "per_page", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "x-api-key", "value": "" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "\"{\\n \\\"error\\\": \\\"This API key is not authorized to access api/v1/phone_calls/search. Request an API key from your administrator that includes this endpoint in its configured scope.\\\",\\n \\\"error_code\\\": \\\"API_INACCESSIBLE\\\"\\n}\"", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "43edbba1-2d54-4cd6-9a49-4cbca91bd368", "name": "Create Call Records", "request": { "name": "Create Call Records", "description": { "content": "## Endpoint essentials\n\n**API key access:** `Master API key`\n\n**OAuth scopes:** `phone_call_write`\n\n**Credit usage:** `0 credits` — [Learn more about API pricing and credits](https://docs.apollo.io/docs/api-pricing).\n\nUse the Create Call Records endpoint to log calls in Apollo that were made using outside systems such as Orum or Nooks. This endpoint can only be used create call records, not to dial prospects.", "type": "text/plain" }, "url": { "path": [ "phone_calls" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "key": "logged", "value": "", "description": "Set to `true` if you want to create an individual record for the phone call in Apollo." }, { "disabled": false, "key": "user_id[]", "value": "", "description": "Designate the caller in your team's Apollo account.

Use the Get a List of Users endpoint to retrieve IDs for all of the users within your Apollo account.

Example: `67e33d527de088000daa60c4`" }, { "disabled": false, "key": "contact_id", "value": "", "description": "Designate the contact that was called.

Use the Search for Contacts endpoint to retrieve IDs for all of the contacts within your Apollo account.

Example: `66e34b81740c50074e3d1bd4`" }, { "disabled": false, "key": "account_id", "value": "", "description": "Associate the call with an account.

Use the Search for Accounts endpoint to retrieve IDs for all of the accounts within your Apollo account.

Example: `66e9abf95ac32901b20d1a0d`" }, { "disabled": false, "key": "to_number", "value": "", "description": "The phone number that you dialed.

Example: `5555550164`" }, { "disabled": false, "key": "from_number", "value": "", "description": "The phone number that dialed you.

Example: `5555550164`" }, { "disabled": false, "key": "status", "value": "", "description": "The status of the phone call. Possible values include:
  • `queued`
  • `ringing`
  • `in-progress`
  • `completed`
  • `no_answer`
  • `failed`
  • `busy`
" }, { "disabled": false, "key": "start_time", "value": "", "description": "The time when the call started.

Your entry should adhere to the ISO 8601 date-time format. Apollo uses Greenwich Mean Time (GMT) by default. If you do not account for time zone differences, you could add a start time that falls on a different day than you intended.

The value you enter can either adhere to GMT, or you can adjust the time manually by specifiying in hours and minutes how much you want to offset GMT.

Example: `2025-02-15T08:10:30Z`; `2025-03-25T10:15:30+05:00Z`" }, { "disabled": false, "key": "end_time", "value": "", "description": "The time when the call ended.

Your entry should adhere to the ISO 8601 date-time format. Apollo uses Greenwich Mean Time (GMT) by default. If you do not account for time zone differences, you could add a end time that falls on a different day than you intended.

The value you enter can either adhere to GMT, or you can adjust the time manually by specifiying in hours and minutes how much you want to offset GMT.

Example: `2025-05-15T08:10:30Z`; `2025-05-25T10:15:30+05:00Z`" }, { "disabled": false, "key": "duration", "value": "", "description": "The duration of the call in seconds. Do not enter minutes.

Examples: `120`; `205`" }, { "disabled": false, "key": "phone_call_purpose_id", "value": "", "description": "Assign a call purpose to the record.

Call purposes are unique to your team's Apollo account. When you use the Purpose search filter for calls in the Apollo product, you can find the corresponding call purpose ID in the URL.

Examples: `6095a710bd01d100a506d4cd`" }, { "disabled": false, "key": "phone_call_outcome_id", "value": "", "description": "Assign a call outcome to the record.

Call outcomes are unique to your team's Apollo account. When you use the Disposition search filter for calls in the Apollo product, you can find the corresponding call outcome ID in the URL.

Examples: `6095a710bd01d100a506d4c5`" }, { "disabled": false, "key": "note", "value": "", "description": "Add a note to the call record.

Example: `This lead is interested in learning more about our new product line.`" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null }, "response": [ { "id": "366ae348-7adb-4a0f-8397-97c3ee057808", "originalRequest": { "url": { "path": [ "phone_calls" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "logged", "value": "" }, { "key": "user_id[]", "value": "" }, { "key": "contact_id", "value": "" }, { "key": "account_id", "value": "" }, { "key": "to_number", "value": "" }, { "key": "from_number", "value": "" }, { "key": "status", "value": "" }, { "key": "start_time", "value": "" }, { "key": "end_time", "value": "" }, { "key": "duration", "value": "" }, { "key": "phone_call_purpose_id", "value": "" }, { "key": "phone_call_outcome_id", "value": "" }, { "key": "note", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "x-api-key", "value": "" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"phone_call\": {\n \"id\": \"6859b021b2d6e700212eaf3f\",\n \"user_id\": \"67e33d527de088000daa60c4\",\n \"account_id\": \"6518c6184f20350001a0b9c0\",\n \"contact_id\": \"6601a68fca35d8000718d42b\",\n \"voice_setting_id\": null,\n \"phone_call_outcome_id\": \"6095a710bd01d100a506d4c5\",\n \"phone_call_purpose_id\": \"6095a710bd01d100a506d4cd\",\n \"recording_url\": null,\n \"twilio_call_sid\": null,\n \"call_identifier\": null,\n \"agent_call_sid\": null,\n \"inbound\": false,\n \"from_number\": null,\n \"to_number\": null,\n \"start_time\": \"2025-06-23T19:50:57.292+00:00\",\n \"end_time\": \"2025-06-23T19:50:57.292+00:00\",\n \"transcription_too_long\": null,\n \"twilio_recording_sid\": null,\n \"need_recording_upload\": true,\n \"logged\": true,\n \"note\": null,\n \"status\": \"completed\",\n \"outreach_task_id\": null,\n \"salesforce_id\": null,\n \"hubspot_id\": null,\n \"conference_id\": null,\n \"opportunity_id\": null,\n \"voicemail_dropped\": false,\n \"parallel_dial_item_id\": null,\n \"transcribed\": false,\n \"transcribing\": false,\n \"transcription_progress\": 0,\n \"note_text\": \"\",\n \"contact\": {\n \"contact_roles\": [],\n \"id\": \"6601a68fca35d8000718d42b\",\n \"first_name\": \"Wesley\",\n \"last_name\": \"Tran\",\n \"name\": \"Wesley Tran\",\n \"linkedin_url\": \"http://www.linkedin.com/in/wesley-tran-5a9c3e74\",\n \"title\": \"Technical Support\",\n \"contact_stage_id\": \"6095a710bd01d100a506d4af\",\n \"owner_id\": null,\n \"creator_id\": \"60affe7d6e270a00f5db6fe4\",\n \"person_id\": \"66f0b509f10e970001a0b1b0\",\n \"email_needs_tickling\": false,\n \"organization_name\": \"Apollo.io\",\n \"source\": \"search\",\n \"original_source\": \"email_import\",\n \"organization_id\": \"5e66b6381e05b4008c8331b8\",\n \"headline\": \"Technical support\",\n \"photo_url\": null,\n \"present_raw_address\": \"Portland, Oregon, United States\",\n \"linkedin_uid\": null,\n \"extrapolated_email_confidence\": null,\n \"salesforce_id\": null,\n \"salesforce_lead_id\": null,\n \"salesforce_contact_id\": null,\n \"salesforce_account_id\": null,\n \"crm_owner_id\": null,\n \"created_at\": \"2024-03-25T16:30:07.555Z\",\n \"emailer_campaign_ids\": [\n \"66a97236a8759801b5417678\",\n \"6567758e12b81a0264ab0bb1\",\n \"67be333b81ca47000d1cfb9f\",\n \"684b215edf80730019db612c\"\n ],\n \"direct_dial_status\": \"enrichment_failed\",\n \"direct_dial_enrichment_failed_at\": \"2025-02-27T15:16:57.036+00:00\",\n \"city\": \"Portland\",\n \"country\": \"United States\",\n \"state\": \"Oregon\",\n \"email_status\": \"verified\",\n \"email_source\": \"crm\",\n \"account_id\": \"6518c6184f20350001a0b9c0\",\n \"last_activity_date\": \"2025-06-23T19:50:57.000+00:00\",\n \"hubspot_vid\": null,\n \"hubspot_company_id\": null,\n \"crm_id\": null,\n \"sanitized_phone\": \"+14155550181\",\n \"merged_crm_ids\": null,\n \"updated_at\": \"2025-06-23T19:50:57.325Z\",\n \"queued_for_crm_push\": false,\n \"suggested_from_rule_engine_config_id\": null,\n \"email_unsubscribed\": null,\n \"person_deleted\": null,\n \"call_opted_out\": null,\n \"label_ids\": [\n \"66a96f0cb2ef9801b486f3fd\"\n ],\n \"has_pending_email_arcgate_request\": false,\n \"has_email_arcgate_request\": false,\n \"existence_level\": \"full\",\n \"email\": \"wesley.t@example.com\",\n \"email_from_customer\": null,\n \"typed_custom_fields\": {\n \"677c0c4f451bfb02cf105e01\": \"Hi Justin,\\n\\nTechnical writing requires precision and insight. At Apollo.io, we understand the challenges of creating impactful documentation that stands out in a competitive landscape.\\n\\nOur platform helps technical writers like you gain visibility, track performance metrics, and showcase your expertise across professional networks, potentially elevating your professional profile.\\n\\nWould you be open to a 15-minute call to explore how we can support your professional growth and recognition?\\n\\nSunny\"\n },\n \"custom_field_errors\": null,\n \"crm_record_url\": null,\n \"email_status_unavailable_reason\": null,\n \"email_true_status\": \"Verified\",\n \"updated_email_true_status\": true,\n \"source_display_name\": \"Requested from Apollo\",\n \"twitter_url\": null,\n \"facebook_url\": null,\n \"contact_emails\": [\n {\n \"email_md5\": \"210b056db397b0a452dbd967d19f9cb5\",\n \"email_sha256\": \"a6ec970636a0a3c3fda95094cc2bb23a580ed900d7e96a517ad7694f657d8012\",\n \"email_status\": \"verified\",\n \"extrapolated_email_confidence\": null,\n \"position\": 0,\n \"email\": \"wesley.t@example.com\",\n \"free_domain\": false,\n \"source\": \"Apollo\",\n \"third_party_vendor_name\": null,\n \"vendor_validation_statuses\": [],\n \"email_needs_tickling\": false,\n \"email_true_status\": \"Verified\",\n \"email_status_unavailable_reason\": null\n }\n ],\n \"time_zone\": \"America/Los_Angeles\",\n \"show_intent\": false,\n \"phone_numbers\": [\n {\n \"raw_number\": \"+1 555-555-0164\",\n \"sanitized_number\": \"+15555550164\",\n \"type\": \"work_hq\",\n \"position\": 0,\n \"status\": \"no_status\",\n \"dnc_status\": null,\n \"dnc_other_info\": {},\n \"dialer_flags\": null,\n \"source_name\": \"Apollo\",\n \"vendor_validation_statuses\": [],\n \"third_party_vendor_name\": null\n }\n ],\n \"account_phone_note\": null,\n \"free_domain\": false,\n \"email_domain_catchall\": false\n },\n \"account\": {\n \"raw_address\": \"535 mission st, san francisco, california, united states, 94105\",\n \"street_address\": \"535 Mission Street\",\n \"city\": \"San Francisco\",\n \"state\": \"California\",\n \"country\": \"United States\",\n \"postal_code\": \"94105\",\n \"id\": \"6518c6184f20350001a0b9c0\",\n \"domain\": \"apollo.io\",\n \"name\": \"Apollo.io\",\n \"team_id\": \"6095a710bd01d100a506d4ac\",\n \"organization_id\": \"5e66b6381e05b4008c8331b8\",\n \"account_stage_id\": \"6095a710bd01d100a506d4b9\",\n \"source\": \"job_change\",\n \"original_source\": \"job_change\",\n \"creator_id\": \"60affe7d6e270a00f5db6fe4\",\n \"owner_id\": \"66302798d03b9601c7934ec2\",\n \"created_at\": \"2023-10-01T01:06:32.057Z\",\n \"phone\": \"+1 415-555-0181\",\n \"phone_status\": \"no_status\",\n \"hubspot_id\": null,\n \"salesforce_id\": \"0017ntaJPTvuIbOUVM\",\n \"crm_owner_id\": \"005dK4PthD6owdyIkD\",\n \"parent_account_id\": null,\n \"linkedin_url\": null,\n \"sanitized_phone\": \"+15555550164\",\n \"account_playbook_statuses\": [],\n \"existence_level\": \"full\",\n \"label_ids\": [\n \"6504905b21ba8e00a334eb0f\"\n ],\n \"typed_custom_fields\": {\n \"671932d76c03c402d0528199\": [\n \"671932d76c03c402d0528195\"\n ]\n },\n \"custom_field_errors\": {},\n \"modality\": \"account\",\n \"source_display_name\": \"Job Change\",\n \"salesforce_record_url\": \"https://orgfarm-1a2b3c4d5e-dev-ed.develop.my.salesforce.com/0017ntaJPTvuIbOUVM\",\n \"crm_record_url\": null,\n \"twitter_url\": null,\n \"facebook_url\": null,\n \"show_intent\": false,\n \"organization_headcount_six_month_growth\": null,\n \"organization_headcount_twelve_month_growth\": null,\n \"organization_headcount_twenty_four_month_growth\": null\n },\n \"duration\": 45\n },\n \"contact\": {\n \"contact_roles\": [],\n \"id\": \"6601a68fca35d8000718d42b\",\n \"first_name\": \"Wesley\",\n \"last_name\": \"Tran\",\n \"name\": \"Wesley Tran\",\n \"linkedin_url\": \"http://www.linkedin.com/in/wesley-tran-5a9c3e74\",\n \"title\": \"Technical Support\",\n \"contact_stage_id\": \"6095a710bd01d100a506d4af\",\n \"owner_id\": null,\n \"creator_id\": \"60affe7d6e270a00f5db6fe4\",\n \"person_id\": \"66f0b509f10e970001a0b1b0\",\n \"email_needs_tickling\": false,\n \"organization_name\": \"Apollo.io\",\n \"source\": \"search\",\n \"original_source\": \"email_import\",\n \"organization_id\": \"5e66b6381e05b4008c8331b8\",\n \"headline\": \"Technical support\",\n \"photo_url\": null,\n \"present_raw_address\": \"Portland, Oregon, United States\",\n \"linkedin_uid\": null,\n \"extrapolated_email_confidence\": null,\n \"salesforce_id\": null,\n \"salesforce_lead_id\": null,\n \"salesforce_contact_id\": null,\n \"salesforce_account_id\": null,\n \"crm_owner_id\": null,\n \"created_at\": \"2024-03-25T16:30:07.555Z\",\n \"emailer_campaign_ids\": [\n \"66a97236a8759801b5417678\",\n \"6567758e12b81a0264ab0bb1\",\n \"67be333b81ca47000d1cfb9f\",\n \"684b215edf80730019db612c\"\n ],\n \"direct_dial_status\": \"enrichment_failed\",\n \"direct_dial_enrichment_failed_at\": \"2025-02-27T15:16:57.036+00:00\",\n \"city\": \"Portland\",\n \"country\": \"United States\",\n \"state\": \"Oregon\",\n \"email_status\": \"verified\",\n \"email_source\": \"crm\",\n \"account_id\": \"6518c6184f20350001a0b9c0\",\n \"last_activity_date\": \"2025-06-23T19:50:57.000+00:00\",\n \"hubspot_vid\": null,\n \"hubspot_company_id\": null,\n \"crm_id\": null,\n \"sanitized_phone\": \"+15555550164\",\n \"merged_crm_ids\": null,\n \"updated_at\": \"2025-06-23T19:50:57.325Z\",\n \"queued_for_crm_push\": false,\n \"suggested_from_rule_engine_config_id\": null,\n \"email_unsubscribed\": null,\n \"person_deleted\": null,\n \"call_opted_out\": null,\n \"label_ids\": [\n \"66a96f0cb2ef9801b486f3fd\"\n ],\n \"has_pending_email_arcgate_request\": false,\n \"has_email_arcgate_request\": false,\n \"existence_level\": \"full\",\n \"email\": \"wesley.t@example.com\",\n \"email_from_customer\": null,\n \"typed_custom_fields\": {\n \"677c0c4f451bfb02cf105e01\": \"Hi Justin,\\n\\nTechnical writing requires precision and insight. At Apollo.io, we understand the challenges of creating impactful documentation that stands out in a competitive landscape.\\n\\nOur platform helps technical writers like you gain visibility, track performance metrics, and showcase your expertise across professional networks, potentially elevating your professional profile.\\n\\nWould you be open to a 15-minute call to explore how we can support your professional growth and recognition?\\n\\nSunny\"\n },\n \"custom_field_errors\": null,\n \"crm_record_url\": null,\n \"email_status_unavailable_reason\": null,\n \"email_true_status\": \"Verified\",\n \"updated_email_true_status\": true,\n \"source_display_name\": \"Requested from Apollo\",\n \"twitter_url\": null,\n \"facebook_url\": null,\n \"contact_campaign_statuses\": [\n {\n \"id\": \"66a977e82a86cb000139ceff\",\n \"emailer_campaign_id\": \"66a97236a8759801b5417678\",\n \"send_email_from_user_id\": \"66a3d80d4238fe02d2baaaaf\",\n \"inactive_reason\": \"replied\",\n \"status\": \"finished\",\n \"added_at\": \"2024-07-30T23:31:51.991+00:00\",\n \"added_by_user_id\": \"66a3d80d4238fe02d2baaaaf\",\n \"finished_at\": \"2024-10-08T16:51:24.185+00:00\",\n \"paused_at\": null,\n \"auto_unpause_at\": null,\n \"send_email_from_email_address\": \"priya.nadkarni@apollomail.io\",\n \"send_email_from_email_account_id\": \"66a423655825e8019ae89db6\",\n \"manually_set_unpause\": null,\n \"failure_reason\": null,\n \"current_step_id\": \"66a97236a8759801b541767d\",\n \"in_response_to_emailer_message_id\": null,\n \"cc_emails\": null,\n \"bcc_emails\": null,\n \"to_emails\": null,\n \"current_step_position\": 3\n },\n {\n \"id\": \"6708721db13a0a000190999c\",\n \"emailer_campaign_id\": \"6567758e12b81a0264ab0bb1\",\n \"send_email_from_user_id\": \"66a3d80d4238fe02d2baaaaf\",\n \"inactive_reason\": \"User deleted\",\n \"status\": \"failed\",\n \"added_at\": \"2024-10-11T00:32:29.857+00:00\",\n \"added_by_user_id\": \"60affe7d6e270a00f5db6fe4\",\n \"finished_at\": null,\n \"paused_at\": null,\n \"auto_unpause_at\": null,\n \"send_email_from_email_address\": \"priya.nadkarni@apollomail.io\",\n \"send_email_from_email_account_id\": \"66a423655825e8019ae89db6\",\n \"manually_set_unpause\": null,\n \"failure_reason\": \"user_deleted\",\n \"current_step_id\": null,\n \"in_response_to_emailer_message_id\": null,\n \"cc_emails\": null,\n \"bcc_emails\": null,\n \"to_emails\": null,\n \"current_step_position\": null\n },\n {\n \"id\": \"680bd68fbfaec40015b9b32b\",\n \"emailer_campaign_id\": \"67be333b81ca47000d1cfb9f\",\n \"send_email_from_user_id\": \"66302798d03b9601c7934ebf\",\n \"inactive_reason\": null,\n \"status\": \"active\",\n \"added_at\": \"2025-04-25T18:38:07.090+00:00\",\n \"added_by_user_id\": \"66302798d03b9601c7934ebf\",\n \"finished_at\": null,\n \"paused_at\": null,\n \"auto_unpause_at\": null,\n \"send_email_from_email_address\": \"test.marcus.hale@apollomail.io\",\n \"send_email_from_email_account_id\": \"6633baaece5fbd01c791d7ca\",\n \"manually_set_unpause\": null,\n \"failure_reason\": null,\n \"current_step_id\": \"67be333b81ca47000d1cfba0\",\n \"in_response_to_emailer_message_id\": null,\n \"cc_emails\": null,\n \"bcc_emails\": null,\n \"to_emails\": null,\n \"current_step_position\": 2\n },\n {\n \"id\": \"684b21d0de0df60015d2218d\",\n \"emailer_campaign_id\": \"684b215edf80730019db612c\",\n \"send_email_from_user_id\": \"66302798d03b9601c7934ebf\",\n \"inactive_reason\": \"Completed last step\",\n \"status\": \"finished\",\n \"added_at\": \"2025-06-12T18:52:00.914+00:00\",\n \"added_by_user_id\": \"66302798d03b9601c7934ebf\",\n \"finished_at\": \"2025-06-12T21:34:16.705+00:00\",\n \"paused_at\": null,\n \"auto_unpause_at\": null,\n \"send_email_from_email_address\": \"test.marcus.hale@apollomail.io\",\n \"send_email_from_email_account_id\": \"6633baaece5fbd01c791d7ca\",\n \"manually_set_unpause\": null,\n \"failure_reason\": \"contact_stage_safeguard\",\n \"current_step_id\": \"684b216ec95a4f001d968d19\",\n \"in_response_to_emailer_message_id\": null,\n \"cc_emails\": null,\n \"bcc_emails\": null,\n \"to_emails\": null,\n \"current_step_position\": 1\n }\n ],\n \"contact_emails\": [\n {\n \"email_md5\": \"210b056db397b0a452dbd967d19f9cb5\",\n \"email_sha256\": \"a6ec970636a0a3c3fda95094cc2bb23a580ed900d7e96a517ad7694f657d8012\",\n \"email_status\": \"verified\",\n \"extrapolated_email_confidence\": null,\n \"position\": 0,\n \"email\": \"wesley.t@example.com\",\n \"free_domain\": false,\n \"source\": \"Apollo\",\n \"third_party_vendor_name\": null,\n \"vendor_validation_statuses\": [],\n \"email_needs_tickling\": false,\n \"email_true_status\": \"Verified\",\n \"email_status_unavailable_reason\": null\n }\n ],\n \"time_zone\": \"America/Los_Angeles\",\n \"show_intent\": false,\n \"phone_numbers\": [\n {\n \"raw_number\": \"+1 555-555-0164\",\n \"sanitized_number\": \"+15555550164\",\n \"type\": \"work_hq\",\n \"position\": 0,\n \"status\": \"no_status\",\n \"dnc_status\": null,\n \"dnc_other_info\": {},\n \"dialer_flags\": null,\n \"source_name\": \"Apollo\",\n \"vendor_validation_statuses\": [],\n \"third_party_vendor_name\": null\n }\n ],\n \"account_phone_note\": null,\n \"free_domain\": false,\n \"email_domain_catchall\": false\n },\n \"team\": {\n \"id\": \"6095a710bd01d100a506d4ac\",\n \"phone_calls_finder_empty\": false\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bfdab225-6a15-44d6-90d3-bbd81f22265c", "name": "Unauthorized", "originalRequest": { "url": { "path": [ "phone_calls" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "logged", "value": "" }, { "key": "user_id[]", "value": "" }, { "key": "contact_id", "value": "" }, { "key": "account_id", "value": "" }, { "key": "to_number", "value": "" }, { "key": "from_number", "value": "" }, { "key": "status", "value": "" }, { "key": "start_time", "value": "" }, { "key": "end_time", "value": "" }, { "key": "duration", "value": "" }, { "key": "phone_call_purpose_id", "value": "" }, { "key": "phone_call_outcome_id", "value": "" }, { "key": "note", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "x-api-key", "value": "" }, { "key": "Accept", "value": "text/plain" } ], "method": "POST", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "Invalid API key. See https://docs.apollo.io/reference/authentication for how to authenticate.", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "50b14140-1c79-479f-86e4-468e42403cd4", "name": "Forbidden", "originalRequest": { "url": { "path": [ "phone_calls" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "logged", "value": "" }, { "key": "user_id[]", "value": "" }, { "key": "contact_id", "value": "" }, { "key": "account_id", "value": "" }, { "key": "to_number", "value": "" }, { "key": "from_number", "value": "" }, { "key": "status", "value": "" }, { "key": "start_time", "value": "" }, { "key": "end_time", "value": "" }, { "key": "duration", "value": "" }, { "key": "phone_call_purpose_id", "value": "" }, { "key": "phone_call_outcome_id", "value": "" }, { "key": "note", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "x-api-key", "value": "" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "\"{\\n \\\"error\\\": \\\"This API key is not authorized to access api/v1/usage_stats/api_usage_stats. Request an API key from your administrator that includes this endpoint in its configured scope.\\\",\\n \\\"error_code\\\": \\\"API_INACCESSIBLE\\\"\\n}\"", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "9ec8a621-434f-4ed5-b2c1-e256e906d53a", "name": "Update Call Records", "request": { "name": "Update Call Records", "description": { "content": "## Endpoint essentials\n\n**API key access:** `Master API key`\n\n**OAuth scopes:** `phone_call_update`\n\n**Credit usage:** `0 credits` — [Learn more about API pricing and credits](https://docs.apollo.io/docs/api-pricing).\n\nUse the Update Call Records endpoint to update your team's call records in Apollo.", "type": "text/plain" }, "url": { "path": [ "phone_calls", ":id" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "key": "logged", "value": "", "description": "Set to `true` if you want to create an individual record for the phone call in Apollo." }, { "disabled": false, "key": "user_id[]", "value": "", "description": "Designate the caller in your team's Apollo account.

Use the Get a List of Users endpoint to retrieve IDs for all of the users within your Apollo account.

Example: `67e33d527de088000daa60c4`" }, { "disabled": false, "key": "contact_id", "value": "", "description": "Designate the contact that was called.

Use the Search for Contacts endpoint to retrieve IDs for all of the contacts within your Apollo account.

Example: `66e34b81740c50074e3d1bd4`" }, { "disabled": false, "key": "account_id", "value": "", "description": "Associate the call with an account.

Use the Search for Accounts endpoint to retrieve IDs for all of the accounts within your Apollo account.

Example: `66e9abf95ac32901b20d1a0d`" }, { "disabled": false, "key": "to_number", "value": "", "description": "The phone number that you dialed.

Example: `5555550164`" }, { "disabled": false, "key": "from_number", "value": "", "description": "The phone number that dialed you.

Example: `5555550164`" }, { "disabled": false, "key": "status", "value": "", "description": "The status of the phone call. Possible values include:
  • `queued`
  • `ringing`
  • `in-progress`
  • `completed`
  • `no_answer`
  • `failed`
  • `busy`
" }, { "disabled": false, "key": "start_time", "value": "", "description": "The time when the call started.

Your entry should adhere to the ISO 8601 date-time format. Apollo uses Greenwich Mean Time (GMT) by default. If you do not account for time zone differences, you could add a start time that falls on a different day than you intended.

The value you enter can either adhere to GMT, or you can adjust the time manually by specifiying in hours and minutes how much you want to offset GMT.

Example: `2025-02-15T08:10:30Z`; `2025-03-25T10:15:30+05:00Z`" }, { "disabled": false, "key": "end_time", "value": "", "description": "The time when the call ended.

Your entry should adhere to the ISO 8601 date-time format. Apollo uses Greenwich Mean Time (GMT) by default. If you do not account for time zone differences, you could add a end time that falls on a different day than you intended.

The value you enter can either adhere to GMT, or you can adjust the time manually by specifiying in hours and minutes how much you want to offset GMT.

Example: `2025-05-15T08:10:30Z`; `2025-05-25T10:15:30+05:00Z`" }, { "disabled": false, "key": "duration", "value": "", "description": "The duration of the call in seconds. Do not enter minutes.

Examples: `120`; `205`" }, { "disabled": false, "key": "phone_call_purpose_id", "value": "", "description": "Assign a call purpose to the record.

Call purposes are unique to your team's Apollo account. When you use the Purpose search filter for calls in the Apollo product, you can find the corresponding call purpose ID in the URL.

Examples: `6095a710bd01d100a506d4cd`" }, { "disabled": false, "key": "phone_call_outcome_id", "value": "", "description": "Assign a call outcome to the record.

Call outcomes are unique to your team's Apollo account. When you use the Disposition search filter for calls in the Apollo product, you can find the corresponding call outcome ID in the URL.

Examples: `6095a710bd01d100a506d4c5`" }, { "disabled": false, "key": "note", "value": "", "description": "Add a note to the call record.

Example: `This lead is interested in learning more about our new product line.`" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) The Apollo ID for the call record that you want to update.

To find call record IDs, call the Search for Calls endpoint and identify the `id` value for the call record.

Example: `6859b0dd828b270021e69648`" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "PUT", "auth": null }, "response": [ { "id": "64387605-23cc-4378-9bcf-ca1c736e7493", "name": "OK", "originalRequest": { "url": { "path": [ "phone_calls", ":id" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "logged", "value": "" }, { "key": "user_id[]", "value": "" }, { "key": "contact_id", "value": "" }, { "key": "account_id", "value": "" }, { "key": "to_number", "value": "" }, { "key": "from_number", "value": "" }, { "key": "status", "value": "" }, { "key": "start_time", "value": "" }, { "key": "end_time", "value": "" }, { "key": "duration", "value": "" }, { "key": "phone_call_purpose_id", "value": "" }, { "key": "phone_call_outcome_id", "value": "" }, { "key": "note", "value": "" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) The Apollo ID for the call record that you want to update.

To find call record IDs, call the Search for Calls endpoint and identify the `id` value for the call record.

Example: `6859b0dd828b270021e69648`" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "x-api-key", "value": "" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"phone_call\": {\n \"id\": \"6859b0dd828b270021e69648\",\n \"user_id\": \"66302798d03b9601c7934ebf\",\n \"account_id\": \"6518c6184f20350001a0b9c0\",\n \"contact_id\": \"6601a68fca35d8000718d42b\",\n \"voice_setting_id\": null,\n \"phone_call_outcome_id\": \"6095a710bd01d100a506d4c5\",\n \"phone_call_purpose_id\": \"6095a710bd01d100a506d4cd\",\n \"recording_url\": null,\n \"twilio_call_sid\": null,\n \"call_identifier\": null,\n \"agent_call_sid\": null,\n \"inbound\": false,\n \"from_number\": null,\n \"to_number\": null,\n \"start_time\": \"2025-06-23T19:54:05.190+00:00\",\n \"end_time\": \"2025-06-23T19:54:05.190+00:00\",\n \"transcription_too_long\": null,\n \"twilio_recording_sid\": null,\n \"need_recording_upload\": true,\n \"logged\": true,\n \"note\": \"I forgot to add a note about this contact's desire to discuss APIs.\",\n \"status\": \"completed\",\n \"outreach_task_id\": null,\n \"salesforce_id\": null,\n \"hubspot_id\": null,\n \"conference_id\": null,\n \"opportunity_id\": null,\n \"voicemail_dropped\": false,\n \"parallel_dial_item_id\": null,\n \"transcribed\": false,\n \"transcribing\": false,\n \"transcription_progress\": 0,\n \"note_text\": \"I forgot to add a note about this contact's desire to discuss APIs.\",\n \"contact\": {\n \"contact_roles\": [],\n \"id\": \"6601a68fca35d8000718d42b\",\n \"first_name\": \"Wesley\",\n \"last_name\": \"Tran\",\n \"name\": \"Wesley Tran\",\n \"linkedin_url\": \"http://www.linkedin.com/in/wesley-tran-5a9c3e74\",\n \"title\": \"Technical Writer II\",\n \"contact_stage_id\": \"6095a710bd01d100a506d4af\",\n \"owner_id\": null,\n \"creator_id\": \"60affe7d6e270a00f5db6fe4\",\n \"person_id\": \"66f0b509f10e970001a0b1b0\",\n \"email_needs_tickling\": false,\n \"organization_name\": \"Apollo.io\",\n \"source\": \"search\",\n \"original_source\": \"email_import\",\n \"organization_id\": \"5e66b6381e05b4008c8331b8\",\n \"headline\": \"Technical writer\",\n \"photo_url\": null,\n \"present_raw_address\": \"Portland, Oregon, United States\",\n \"linkedin_uid\": null,\n \"extrapolated_email_confidence\": null,\n \"salesforce_id\": null,\n \"salesforce_lead_id\": null,\n \"salesforce_contact_id\": null,\n \"salesforce_account_id\": null,\n \"crm_owner_id\": null,\n \"created_at\": \"2024-03-25T16:30:07.555Z\",\n \"emailer_campaign_ids\": [\n \"66a97236a8759801b5417678\",\n \"6567758e12b81a0264ab0bb1\",\n \"67be333b81ca47000d1cfb9f\",\n \"684b215edf80730019db612c\"\n ],\n \"direct_dial_status\": \"enrichment_failed\",\n \"direct_dial_enrichment_failed_at\": \"2025-02-27T15:16:57.036+00:00\",\n \"city\": \"Portland\",\n \"country\": \"United States\",\n \"state\": \"Oregon\",\n \"email_status\": \"verified\",\n \"email_source\": \"crm\",\n \"account_id\": \"6518c6184f20350001a0b9c0\",\n \"last_activity_date\": \"2025-06-23T19:54:36.000+00:00\",\n \"hubspot_vid\": null,\n \"hubspot_company_id\": null,\n \"crm_id\": null,\n \"sanitized_phone\": \"+14155550181\",\n \"merged_crm_ids\": null,\n \"updated_at\": \"2025-06-23T19:54:36.183Z\",\n \"queued_for_crm_push\": false,\n \"suggested_from_rule_engine_config_id\": null,\n \"email_unsubscribed\": null,\n \"person_deleted\": null,\n \"call_opted_out\": null,\n \"label_ids\": [\n \"66a96f0cb2ef9801b486f3fd\"\n ],\n \"has_pending_email_arcgate_request\": false,\n \"has_email_arcgate_request\": false,\n \"existence_level\": \"full\",\n \"email\": \"wesley.t@example.com\",\n \"email_from_customer\": null,\n \"typed_custom_fields\": {},\n \"custom_field_errors\": {},\n \"crm_record_url\": null,\n \"email_status_unavailable_reason\": null,\n \"email_true_status\": \"Verified\",\n \"updated_email_true_status\": true,\n \"source_display_name\": \"Requested from Apollo\",\n \"twitter_url\": null,\n \"facebook_url\": null,\n \"contact_emails\": [\n {\n \"email_md5\": \"210b056db397b0a452dbd967d19f9cb5\",\n \"email_sha256\": \"a6ec970636a0a3c3fda95094cc2bb23a580ed900d7e96a517ad7694f657d8012\",\n \"email_status\": \"verified\",\n \"extrapolated_email_confidence\": null,\n \"position\": 0,\n \"email\": \"wesley.t@example.com\",\n \"free_domain\": false,\n \"source\": \"Apollo\",\n \"third_party_vendor_name\": null,\n \"vendor_validation_statuses\": [],\n \"email_needs_tickling\": false,\n \"email_true_status\": \"Verified\",\n \"email_status_unavailable_reason\": null\n }\n ],\n \"time_zone\": \"America/Los_Angeles\",\n \"show_intent\": false,\n \"phone_numbers\": [\n {\n \"raw_number\": \"+1 415-555-0181\",\n \"sanitized_number\": \"+14155550181\",\n \"type\": \"work_hq\",\n \"position\": 0,\n \"status\": \"no_status\",\n \"dnc_status\": null,\n \"dnc_other_info\": {},\n \"dialer_flags\": null,\n \"source_name\": \"Apollo\",\n \"vendor_validation_statuses\": [],\n \"third_party_vendor_name\": null\n }\n ],\n \"account_phone_note\": null,\n \"free_domain\": false,\n \"email_domain_catchall\": false\n },\n \"account\": {\n \"raw_address\": \"535 mission st, san francisco, california, united states, 94105\",\n \"street_address\": \"535 Mission Street\",\n \"city\": \"San Francisco\",\n \"state\": \"California\",\n \"country\": \"United States\",\n \"postal_code\": \"94105\",\n \"id\": \"6518c6184f20350001a0b9c0\",\n \"domain\": \"apollo.io\",\n \"name\": \"Apollo.io\",\n \"team_id\": \"6095a710bd01d100a506d4ac\",\n \"organization_id\": \"5e66b6381e05b4008c8331b8\",\n \"account_stage_id\": \"6095a710bd01d100a506d4b9\",\n \"source\": \"job_change\",\n \"original_source\": \"job_change\",\n \"creator_id\": \"60affe7d6e270a00f5db6fe4\",\n \"owner_id\": \"66302798d03b9601c7934ec2\",\n \"created_at\": \"2023-10-01T01:06:32.057Z\",\n \"phone\": \"+1 415-555-0181\",\n \"phone_status\": \"no_status\",\n \"hubspot_id\": null,\n \"salesforce_id\": \"0017ntaJPTvuIbOUVM\",\n \"crm_owner_id\": \"005dK4PthD6owdyIkD\",\n \"parent_account_id\": null,\n \"linkedin_url\": null,\n \"sanitized_phone\": \"+14155550181\",\n \"account_playbook_statuses\": [],\n \"existence_level\": \"full\",\n \"label_ids\": [\n \"6504905b21ba8e00a334eb0f\"\n ],\n \"typed_custom_fields\": {\n \"671932d76c03c402d0528199\": [\n \"671932d76c03c402d0528195\"\n ]\n },\n \"custom_field_errors\": {},\n \"modality\": \"account\",\n \"source_display_name\": \"Job Change\",\n \"salesforce_record_url\": \"https://orgfarm-1a2b3c4d5e-dev-ed.develop.my.salesforce.com/0017ntaJPTvuIbOUVM\",\n \"crm_record_url\": null,\n \"twitter_url\": null,\n \"facebook_url\": null,\n \"show_intent\": false,\n \"organization_headcount_six_month_growth\": null,\n \"organization_headcount_twelve_month_growth\": null,\n \"organization_headcount_twenty_four_month_growth\": null\n },\n \"duration\": 150\n },\n \"contact\": {\n \"id\": \"6601a68fca35d8000718d42b\",\n \"contact_roles\": [],\n \"first_name\": \"Wesley\",\n \"last_name\": \"Tran\",\n \"name\": \"Wesley Tran\",\n \"linkedin_url\": \"http://www.linkedin.com/in/wesley-tran-5a9c3e74\",\n \"title\": \"Technical Writer II\",\n \"contact_stage_id\": \"6095a710bd01d100a506d4af\",\n \"owner_id\": null,\n \"creator_id\": \"60affe7d6e270a00f5db6fe4\",\n \"person_id\": \"66f0b509f10e970001a0b1b0\",\n \"email_needs_tickling\": false,\n \"organization_name\": \"Apollo.io\",\n \"source\": \"search\",\n \"original_source\": \"email_import\",\n \"organization_id\": \"5e66b6381e05b4008c8331b8\",\n \"headline\": \"Technical writer\",\n \"photo_url\": null,\n \"present_raw_address\": \"Portland, Oregon, United States\",\n \"linkedin_uid\": null,\n \"extrapolated_email_confidence\": null,\n \"salesforce_id\": null,\n \"salesforce_lead_id\": null,\n \"salesforce_contact_id\": null,\n \"salesforce_account_id\": null,\n \"crm_owner_id\": null,\n \"created_at\": \"2024-03-25T16:30:07.555Z\",\n \"emailer_campaign_ids\": [\n \"66a97236a8759801b5417678\",\n \"6567758e12b81a0264ab0bb1\",\n \"67be333b81ca47000d1cfb9f\",\n \"684b215edf80730019db612c\"\n ],\n \"direct_dial_status\": \"enrichment_failed\",\n \"direct_dial_enrichment_failed_at\": \"2025-02-27T15:16:57.036+00:00\",\n \"city\": \"Portland\",\n \"country\": \"United States\",\n \"state\": \"Oregon\",\n \"email_status\": \"verified\",\n \"email_source\": \"crm\",\n \"account_id\": \"6518c6184f20350001a0b9c0\",\n \"last_activity_date\": \"2025-06-23T19:54:36.000+00:00\",\n \"hubspot_vid\": null,\n \"hubspot_company_id\": null,\n \"crm_id\": null,\n \"sanitized_phone\": \"+14155550181\",\n \"merged_crm_ids\": null,\n \"updated_at\": \"2025-06-23T19:54:36.183Z\",\n \"queued_for_crm_push\": false,\n \"suggested_from_rule_engine_config_id\": null,\n \"email_unsubscribed\": null,\n \"person_deleted\": null,\n \"call_opted_out\": null,\n \"label_ids\": [\n \"66a96f0cb2ef9801b486f3fd\"\n ],\n \"has_pending_email_arcgate_request\": false,\n \"has_email_arcgate_request\": false,\n \"existence_level\": \"full\",\n \"email\": \"dwesley.t@example.com\",\n \"email_from_customer\": null,\n \"typed_custom_fields\": {},\n \"custom_field_errors\": {},\n \"crm_record_url\": null,\n \"email_status_unavailable_reason\": null,\n \"email_true_status\": \"Verified\",\n \"updated_email_true_status\": true,\n \"source_display_name\": \"Requested from Apollo\",\n \"twitter_url\": null,\n \"facebook_url\": null,\n \"contact_campaign_statuses\": [\n {\n \"id\": \"66a977e82a86cb000139ceff\",\n \"emailer_campaign_id\": \"66a97236a8759801b5417678\",\n \"send_email_from_user_id\": \"66a3d80d4238fe02d2baaaaf\",\n \"inactive_reason\": \"replied\",\n \"status\": \"finished\",\n \"added_at\": \"2024-07-30T23:31:51.991+00:00\",\n \"added_by_user_id\": \"66a3d80d4238fe02d2baaaaf\",\n \"finished_at\": \"2024-10-08T16:51:24.185+00:00\",\n \"paused_at\": null,\n \"auto_unpause_at\": null,\n \"send_email_from_email_address\": \"priya.nadkarni@apollomail.io\",\n \"send_email_from_email_account_id\": \"66a423655825e8019ae89db6\",\n \"manually_set_unpause\": null,\n \"failure_reason\": null,\n \"current_step_id\": \"66a97236a8759801b541767d\",\n \"in_response_to_emailer_message_id\": null,\n \"cc_emails\": null,\n \"bcc_emails\": null,\n \"to_emails\": null,\n \"current_step_position\": 3\n },\n {\n \"id\": \"6708721db13a0a000190999c\",\n \"emailer_campaign_id\": \"6567758e12b81a0264ab0bb1\",\n \"send_email_from_user_id\": \"66a3d80d4238fe02d2baaaaf\",\n \"inactive_reason\": \"User deleted\",\n \"status\": \"failed\",\n \"added_at\": \"2024-10-11T00:32:29.857+00:00\",\n \"added_by_user_id\": \"60affe7d6e270a00f5db6fe4\",\n \"finished_at\": null,\n \"paused_at\": null,\n \"auto_unpause_at\": null,\n \"send_email_from_email_address\": \"priya.nadkarni@apollomail.io\",\n \"send_email_from_email_account_id\": \"66a423655825e8019ae89db6\",\n \"manually_set_unpause\": null,\n \"failure_reason\": \"user_deleted\",\n \"current_step_id\": null,\n \"in_response_to_emailer_message_id\": null,\n \"cc_emails\": null,\n \"bcc_emails\": null,\n \"to_emails\": null,\n \"current_step_position\": null\n },\n {\n \"id\": \"680bd68fbfaec40015b9b32b\",\n \"emailer_campaign_id\": \"67be333b81ca47000d1cfb9f\",\n \"send_email_from_user_id\": \"66302798d03b9601c7934ebf\",\n \"inactive_reason\": null,\n \"status\": \"active\",\n \"added_at\": \"2025-04-25T18:38:07.090+00:00\",\n \"added_by_user_id\": \"66302798d03b9601c7934ebf\",\n \"finished_at\": null,\n \"paused_at\": null,\n \"auto_unpause_at\": null,\n \"send_email_from_email_address\": \"test.marcus.hale@apollomail.io\",\n \"send_email_from_email_account_id\": \"6633baaece5fbd01c791d7ca\",\n \"manually_set_unpause\": null,\n \"failure_reason\": null,\n \"current_step_id\": \"67be333b81ca47000d1cfba0\",\n \"in_response_to_emailer_message_id\": null,\n \"cc_emails\": null,\n \"bcc_emails\": null,\n \"to_emails\": null,\n \"current_step_position\": 2\n },\n {\n \"id\": \"684b21d0de0df60015d2218d\",\n \"emailer_campaign_id\": \"684b215edf80730019db612c\",\n \"send_email_from_user_id\": \"66302798d03b9601c7934ebf\",\n \"inactive_reason\": \"Completed last step\",\n \"status\": \"finished\",\n \"added_at\": \"2025-06-12T18:52:00.914+00:00\",\n \"added_by_user_id\": \"66302798d03b9601c7934ebf\",\n \"finished_at\": \"2025-06-12T21:34:16.705+00:00\",\n \"paused_at\": null,\n \"auto_unpause_at\": null,\n \"send_email_from_email_address\": \"test.marcus.hale@apollomail.io\",\n \"send_email_from_email_account_id\": \"6633baaece5fbd01c791d7ca\",\n \"manually_set_unpause\": null,\n \"failure_reason\": \"contact_stage_safeguard\",\n \"current_step_id\": \"684b216ec95a4f001d968d19\",\n \"in_response_to_emailer_message_id\": null,\n \"cc_emails\": null,\n \"bcc_emails\": null,\n \"to_emails\": null,\n \"current_step_position\": 1\n }\n ],\n \"contact_emails\": [\n {\n \"email_md5\": \"210b056db397b0a452dbd967d19f9cb5\",\n \"email_sha256\": \"a6ec970636a0a3c3fda95094cc2bb23a580ed900d7e96a517ad7694f657d8012\",\n \"email_status\": \"verified\",\n \"extrapolated_email_confidence\": null,\n \"position\": 0,\n \"email\": \"wesley.t@example.com\",\n \"free_domain\": false,\n \"source\": \"Apollo\",\n \"third_party_vendor_name\": null,\n \"vendor_validation_statuses\": [],\n \"email_needs_tickling\": false,\n \"email_true_status\": \"Verified\",\n \"email_status_unavailable_reason\": null\n }\n ],\n \"time_zone\": \"America/Los_Angeles\",\n \"show_intent\": false,\n \"phone_numbers\": [\n {\n \"raw_number\": \"+1 415-555-0181\",\n \"sanitized_number\": \"+14155550181\",\n \"type\": \"work_hq\",\n \"position\": 0,\n \"status\": \"no_status\",\n \"dnc_status\": null,\n \"dnc_other_info\": {},\n \"dialer_flags\": null,\n \"source_name\": \"Apollo\",\n \"vendor_validation_statuses\": [],\n \"third_party_vendor_name\": null\n }\n ],\n \"account_phone_note\": null,\n \"free_domain\": false,\n \"email_domain_catchall\": false\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "80d21de1-73dd-465e-8613-df2650760044", "name": "Unauthorized", "originalRequest": { "url": { "path": [ "phone_calls", ":id" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "logged", "value": "" }, { "key": "user_id[]", "value": "" }, { "key": "contact_id", "value": "" }, { "key": "account_id", "value": "" }, { "key": "to_number", "value": "" }, { "key": "from_number", "value": "" }, { "key": "status", "value": "" }, { "key": "start_time", "value": "" }, { "key": "end_time", "value": "" }, { "key": "duration", "value": "" }, { "key": "phone_call_purpose_id", "value": "" }, { "key": "phone_call_outcome_id", "value": "" }, { "key": "note", "value": "" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) The Apollo ID for the call record that you want to update.

To find call record IDs, call the Search for Calls endpoint and identify the `id` value for the call record.

Example: `6859b0dd828b270021e69648`" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "x-api-key", "value": "" }, { "key": "Accept", "value": "text/plain" } ], "method": "PUT", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "Invalid API key. See https://docs.apollo.io/reference/authentication for how to authenticate.", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f2be41f9-0788-4665-a94d-7f950da2fb5e", "name": "Forbidden", "originalRequest": { "url": { "path": [ "phone_calls", ":id" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "logged", "value": "" }, { "key": "user_id[]", "value": "" }, { "key": "contact_id", "value": "" }, { "key": "account_id", "value": "" }, { "key": "to_number", "value": "" }, { "key": "from_number", "value": "" }, { "key": "status", "value": "" }, { "key": "start_time", "value": "" }, { "key": "end_time", "value": "" }, { "key": "duration", "value": "" }, { "key": "phone_call_purpose_id", "value": "" }, { "key": "phone_call_outcome_id", "value": "" }, { "key": "note", "value": "" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) The Apollo ID for the call record that you want to update.

To find call record IDs, call the Search for Calls endpoint and identify the `id` value for the call record.

Example: `6859b0dd828b270021e69648`" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "x-api-key", "value": "" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "\"{\\n \\\"error\\\": \\\"This API key is not authorized to access api/v1/usage_stats/api_usage_stats. Request an API key from your administrator that includes this endpoint in its configured scope.\\\",\\n \\\"error_code\\\": \\\"API_INACCESSIBLE\\\"\\n}\"", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] } ], "event": [], "variable": [ { "type": "string", "value": "https://api.apollo.io/api/v1", "key": "baseUrl" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key" }, { "key": "value", "value": "{{apiKey}}" }, { "key": "in", "value": "header" } ] }, "info": { "_postman_id": "827fb729-9f1e-48fb-9fa4-24816b53cba3", "name": "Apollo API — Calls", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "The Apollo API provides programmatic access to [Apollo](https://www.apollo.io/), the all-in-one sales intelligence and engagement platform. Use it to enrich people and company data (individually or in bulk), search Apollo's database of over 240 million contacts and 30 million companies, and manage accounts, contacts, deals, sequences, tasks, calls, and conversations in your go-to-market workflows.\n\n## Base URL\n\nAll API requests are made to `https://api.apollo.io/api/v1`.\n\n## Authentication\n\n- **Apollo users** authenticate with an API key passed in the `x-api-key` request header. See [Create API Keys](https://docs.apollo.io/docs/create-api-key).\n- **Apollo partners** building integrations on behalf of mutual users authenticate with the [OAuth 2.0 authorization flow](https://docs.apollo.io/docs/use-oauth-20-authorization-flow-to-access-apollo-user-information-partners).\n\n## Rate limits & credits\n\nRate limits and credit consumption depend on your [Apollo pricing plan](https://docs.apollo.io/docs/api-pricing). Check your current limits and usage with the [View API Usage Stats and Rate Limits](https://docs.apollo.io/reference/view-api-usage-stats) endpoint. For more details, see [Rate Limits](https://docs.apollo.io/reference/rate-limits) and the [API FAQs](https://docs.apollo.io/docs/apollo-api-faqs).\n\nNew to the API? Start with the [Apollo API overview](https://docs.apollo.io/reference/apollo-api).\n\nContact Support:\n Name: Apollo API Support", "type": "text/plain" } } }