---
title: "Calls"
description: "Calls endpoints in the OnePageCRM REST API."
canonical_url: https://developer.onepagecrm.com/api/reference/calls/
source: Markdown mirror of https://developer.onepagecrm.com/api/reference/calls/
---

Phone calls logged against a contact, including the number dialled and the result. Calls support file attachments.

## Endpoints

- **GET** `/calls` — [Get a list of calls](https://developer.onepagecrm.com/api/reference/calls/get-calls/) ([md](https://developer.onepagecrm.com/api/reference/calls/get-calls.md))
- **POST** `/calls` — [Create a call](https://developer.onepagecrm.com/api/reference/calls/post-calls/) ([md](https://developer.onepagecrm.com/api/reference/calls/post-calls.md))
- **GET** `/calls/{call_id}` — [Get a specific call](https://developer.onepagecrm.com/api/reference/calls/get-calls-call_id/) ([md](https://developer.onepagecrm.com/api/reference/calls/get-calls-call_id.md))
- **PUT** `/calls/{call_id}` — [Update a specific call](https://developer.onepagecrm.com/api/reference/calls/put-calls-call_id/) ([md](https://developer.onepagecrm.com/api/reference/calls/put-calls-call_id.md))
- **DELETE** `/calls/{call_id}` — [Delete a specific call](https://developer.onepagecrm.com/api/reference/calls/delete-calls-call_id/) ([md](https://developer.onepagecrm.com/api/reference/calls/delete-calls-call_id.md))
- **POST** `/calls/{call_id}/attachments` — [Create attachment and assign it to an existing call](https://developer.onepagecrm.com/api/reference/calls/post-calls-call_id-attachments/) ([md](https://developer.onepagecrm.com/api/reference/calls/post-calls-call_id-attachments.md))
- **GET** `/call_results` — [Get the list of call results (for the logged API user's account)](https://developer.onepagecrm.com/api/reference/calls/get-call_results/) ([md](https://developer.onepagecrm.com/api/reference/calls/get-call_results.md))
