Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

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

Body

application/json

The parameters required to create or update a SIPREC connector.

host
string
required

Hostname/IPv4 address of the SIPREC SRS.

Example:

"siprec.telnyx.com"

port
integer
required

Port for the SIPREC SRS.

Example:

5060

name
string
required

Name for the SIPREC connector resource.

Example:

"my-siprec-connector"

app_subdomain
string

Subdomain to route the call when using Telnyx SRS (optional for non-Telnyx SRS).

Example:

"my-app-domain"

Response

Return details of the SIPREC connector.

data
SIPREC Connector · object
required