SIPREC Connectors
Retrieve a SIPREC connector
Returns details of a stored SIPREC connector.
get/siprec_connectors/{connector_name}
Path parameters
connector_namestring required
Uniquely identifies a SIPREC connector.
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"
}
}