curl --location --request PUT '/siprec_connectors/' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_subdomain": "my-app",
"host": "siprec.telnyx.com",
"name": "my-siprec-connector",
"port": 5060
}'
{
"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"
}
}
Authorization: Bearer ********************