Skip to main content
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.

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
connectivity
enum<string>
default:api
Available options:
api,
sip
inactive
boolean
default:false
inactive_since
string<date-time> | null
inactive_reason
string | null
sip_connectivity
SIPConnectivityDetails · object | null

Provider-supplied SIP connection details displayed to customers.

setup_checklist
ProviderSetupChecklist · object | null

A configuration's setup progress, as computed by its provider.

ready_for_outbound is derived rather than reported independently so a provider cannot claim readiness while leaving a blocking step incomplete.

supports_trunks
boolean
default:false
trunks
TrunkResponse · object[]