PUT
Update Telephony Configuration
The provider cannot be changed once a configuration exists β€” create a new configuration if you need to switch providers. When rotating credentials, you only need to send the fields you’re changing. Re-submitting a masked sensitive value preserves the original secret, so it’s safe to round-trip a GET response back to a PUT.

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

Path Parameters

config_id
integer
required

Body

application/json

Body for PUT /telephony-configs/{id}. Partial update.

name
string | null
Required string length: 1 - 64
config
ARIConfigurationRequest Β· object

Request schema for Asterisk ARI configuration.

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