SIPREC Connectors
Create a SIPREC connector
Creates a new SIPREC connector configuration.
post/siprec_connectors
Request body
Example request
{
"app_subdomain": "my-app",
"host": "siprec.telnyx.com",
"name": "my-siprec-connector",
"port": 5060
}Response
Return details of the SIPREC connector.
Example response
{
"data": {
"app_subdomain": "my-app-domain",
"created_at": "2024-01-23T18:10:02.574Z",
"host": "siprec.telnyx.com",
"name": "siprec-connector",
"port": 5060,
"record_type": "siprec_connector",
"updated_at": "2024-01-23T18:10:02.574Z"
}
}