Batch get connectors by ID
Path Parameters
Body
application/json
Body
BatchGetConnectorsBody
Set of connector IDs to retrieve in a single call.
List of connector IDs to retrieve
>= 1 items
Response
application/json
Response
Successful response
BatchGetConnectorsResponse
Result of a batch connector lookup, partitioned into connectors that
were found and IDs that weren’t.
A connector: the voice, language, variant, and environment bundle
that handles incoming calls. Multiple phone numbers can share one
connector.
Show Child Parameters
Authentication
Path Parameters
Body
Batch update connectors
Path Parameters
Body
application/json
Body
BatchUpdateConnectorsBody
Ordered list of connector updates.
Each update is applied independently — partial success is possible.
A single connector update within a batch update request.
>= 1 items
Show Child Parameters
Response
application/json
Response
Successful response
BatchUpdateConnectorsResponse
Per-connector results from a batch update.
Each entry reports success or failure independently.
Result of a single connector update within a batch.
Show Child Parameters
Authentication
Path Parameters
Body
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