Look up connector by phone number
Path Parameters
Body
application/json
Body
LookupConnectorBody
Lookup payload for finding the connector that serves a given E.164 phone number.
Phone number to look up (E.164 format)
Response
application/json
Response
Successful response
ConnectorResponse
A connector: the voice, language, variant, and environment bundle
that handles incoming calls. Multiple phone numbers can share one
connector.
Unique connector identifier
Connector display name
Account this connector belongs to
Project this connector belongs to
Client environment (sandbox, pre-release, live)
Assigned variant ID (empty string if unassigned)
ASR language code (e.g. en-US)
TTS language code (e.g. en-US)
Google TTS voice name (e.g. en-US-Neural2-A)
Whether call handoff is disabled
Authentication
Path Parameters
Body
Get a connector by ID
Path Parameters
Response
application/json
Response
Successful response
ConnectorResponse
A connector: the voice, language, variant, and environment bundle
that handles incoming calls. Multiple phone numbers can share one
connector.
Unique connector identifier
Connector display name
Account this connector belongs to
Project this connector belongs to
Client environment (sandbox, pre-release, live)
Assigned variant ID (empty string if unassigned)
ASR language code (e.g. en-US)
TTS language code (e.g. en-US)
Google TTS voice name (e.g. en-US-Neural2-A)
Whether call handoff is disabled
Authentication
Path Parameters
Delete a connector and its phone numbers
Path Parameters
Response
application/json
Response
Successful response
DeleteConnectorResponse
Summary of a connector deletion, including every phone number that
was released by the cascade.
ID of the deleted connector
Phone numbers that were associated with the connector
Authentication
Path Parameters
Update a connector
Path Parameters
Body
application/json
Body
UpdateConnectorBody
Partial update to a connector.
Only fields present in the request body are changed; absent fields are
left alone. Pass null to clear a value explicitly.
Variant ID to assign, or null to unassign
ASR language code (e.g. en-US)
Google TTS voice name (e.g. en-US-Neural2-A). tts_lang_code is auto-derived from the voice name prefix. Validated via TTS probe.
Move connector to a different project. API key must have access to both projects.
Response
application/json
Response
Successful response
ConnectorResponse
A connector: the voice, language, variant, and environment bundle
that handles incoming calls. Multiple phone numbers can share one
connector.
Unique connector identifier
Connector display name
Account this connector belongs to
Project this connector belongs to
Client environment (sandbox, pre-release, live)
Assigned variant ID (empty string if unassigned)
ASR language code (e.g. en-US)
TTS language code (e.g. en-US)
Google TTS voice name (e.g. en-US-Neural2-A)
Whether call handoff is disabled
Authentication
Path Parameters
Body
List all phone numbers for a project
Query Parameters
Filter by connector ID
Path Parameters
Response
application/json
Response
Successful response
GetPhoneNumbersResponse
Every phone number in the project, optionally filtered by connector.
A phone number owned by the project, plus the connector it routes incoming calls to.