v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
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"
  }
}