Skip to main content
POST
Create Outbound Trunk

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenant_id
string<uuid>
required

Body

application/json

SIP trunk creation model.

name
string
required
Required string length: 1 - 255
trunk_type
string
required
Pattern: ^(inbound|outbound)$
sip_uri
string
required
Minimum string length: 1
phone_numbers
string[]
provider
string | null
auth_username
string | null
auth_password
string | null
provider_config
Provider Config · object | null

Response

Successful Response