POST
Create Telephony Configuration
Call List Supported Providers first to discover the credential fields for the provider you want to configure โ€” they vary per provider. Configuration name must be unique within your organization. Set is_default_outbound: true to mark this configuration as the org-wide default for outbound calls (any existing default is unset). New configurations have no phone numbers; add them via Add a phone number.

Authorizations

Authorization
string
header
required

An EESI API key (sk-eesi-...) or a Clerk session token.

Headers

authorization
string | null
X-API-Key
string | null

Body

application/json

Body for POST /telephony-configs.

config carries the provider-specific credential fields (the same discriminated union used by the legacy single-config endpoint). Any from_numbers on the inner config are ignored โ€” phone numbers are managed via the dedicated phone-numbers endpoints.

name
string
required
Required string length: 1 - 64
config
ARIConfigurationRequest ยท object
required

Request schema for Asterisk ARI configuration.

is_default_outbound
boolean
default:false

Response

Successful Response

Body of GET /telephony-configs/{id} โ€” credentials are masked.

id
integer
required
name
string
required
provider
string
required
is_default_outbound
boolean
required
credentials
Credentials ยท object
required
created_at
string<date-time>
required
updated_at
string<date-time>
required