---
title: "Create Call Records"
method: POST
path: "/phone_calls"
tags: ["Calls"]
---

# Create Call Records

`POST /phone_calls`

This endpoint doesn't consume Apollo credits. Learn more about [API pricing and credits](https://docs.apollo.io/docs/api-pricing).

Use 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.<br><br>This endpoint requires a master API key. If you call the endpoint without a master key, you receive a `403` response. Check out <a href="https://docs.apollo.io/docs/create-api-key">Create an API Key</a> to learn how to create a master key.

## Query parameters

- `logged` boolean
- `user_id[]` string[]
- `contact_id` string
- `account_id` string
- `to_number` string
- `from_number` string
- `status` string
- `start_time` string, date-time
- `end_time` string, date-time
- `duration` integer
- `phone_call_purpose_id` string
- `phone_call_outcome_id` string
- `note` string

## Response `200`

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/apollo/apis/apollo-rest-api.md) · [All operations](https://skmtc.dev/apollo/apis/apollo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apollo/apollo-rest-api/revisions/c715a05fa6e2/schema)
