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 Accounts API

The Accounts API from CallRail — 2 operation(s) for accounts.

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

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

This API exposes 2 operations across 2 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.

2 operations 2 paths 4 schemas 2 GET

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 Accounts 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 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Accounts 2
GET
/a.json
List accounts
listAccounts 2 params → 200401429
GET
/a/{account_id}.json
Retrieve account
getAccount 1 param → 200401404

Schemas 4

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

Error
object
1 property
Account
object
5 properties
Pagination
object
4 properties
AccountList

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

callrail-accounts-api-openapi.yml Raw ↑

Other APIs CallRail publishes across the network.

CallRail v3 API
CallRail Calls API