PUT
Update Telephony Configuration

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
TelnyxConfigurationRequest · object | null

Credentials for one Telnyx account.

Phone numbers are not here — they are rows under /telephony-configs/{id}/phone-numbers, because a number can be a caller ID, an inbound number, or both, and none of that is a credential.

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