POST
Create 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

Body

application/json

Body for POST /telephony-configs.

name
string
required
Required string length: 1 - 64
config
TelnyxConfigurationRequest · object
required

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.

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