Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

CallRail Calls API

The Calls API from CallRail — 4 operation(s) for calls.

CallRail Calls API is one of 3 APIs that CallRail publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Calls. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 6 operations across 4 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 3.0.0.

Requests are made against a single base URL, https://api.callrail.com/v3.

6 operations 4 paths 4 schemas 4 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.0.0
Base URL
https://api.callrail.com/v3/
Authentication
API Key
Resource Areas
1

Authentication & Security 1

CallRail Calls API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (TokenAuth). By default, every request must be authenticated.

  • TokenAuth — Send as Authorization: Token token="YOURAPIKEY".

Paths & Operations 6

Across 4 paths, the API surfaces 6 operations — 4 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Calls 6
GET
/a/{account_id}/calls.json
List calls
listCalls 14 params → 200401429
POST
/a/{account_id}/calls.json
Create outbound call
createCall 1 param body → 201400401
GET
/a/{account_id}/calls/{call_id}.json
Retrieve call
getCall 3 params → 200401404
PUT
/a/{account_id}/calls/{call_id}.json
Update call
updateCall 2 params body → 200400401404
GET
/a/{account_id}/calls/summary.json
Call summary
getCallSummary 4 params → 200
GET
/a/{account_id}/calls/timeseries.json
Call timeseries
getCallTimeseries 5 params → 200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Call (28 properties), Pagination (4 properties), Error (1 property). Each schema is shown below with its type and property counts.

Error
object
1 property
CallList
Pagination
object
4 properties
Call
object
28 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

callrail-calls-api-openapi.yml Raw ↑

Other APIs CallRail publishes across the network.

CallRail v3 API
CallRail Accounts API