OpenAPI 3.1.0raw.githubusercontent.com2026-08-191,3412,1385.0 MB

ec31f78cf002

Mobile Voice Connections

Create a Mobile Voice Connection

Creates a new mobile voice connection with the provided configuration and returns the created connection.

post/v2/mobile_voice_connections

Request body

activeboolean
connection_namestring
tagsstring[]
webhook_api_version'1' | '2'
webhook_event_failover_urlstring nullable
webhook_event_urlstring nullable
webhook_timeout_secsinteger nullable

Response

Successful response

Example response

{
  "data": {
    "record_type": "mobile_voice_connection"
  }
}