Upsert the JSON Schema for a config page
Path Parameters
Body
application/json
Body
UpdateConfigSchemaBody
The JSON Schema definition to apply to a config page.
JSON Schema (Draft 7) definition
Response
application/json
Response
Successful response
GetConfigPageResponse
A single config page for one environment.
Environment (sandbox, pre-release, live)
Config key-value pairs
JSON Schema (Draft 7) definition
ISO 8601 timestamp of last update
Authentication
Path Parameters
Body
Update config variables for an environment
Path Parameters
Body
application/json
Body
UpdateConfigVariablesBody
Variables to shallow-merge into an environment’s config page.
Key-value pairs to merge into the existing config
Response
application/json
Response
Successful response
GetConfigPageResponse
A single config page for one environment.
Environment (sandbox, pre-release, live)
Config key-value pairs
JSON Schema (Draft 7) definition
ISO 8601 timestamp of last update
Authentication
Path Parameters
Body
List all connectors for a project
Path Parameters
Response
application/json
Response
Successful response
GetConnectorsResponse
Every connector in the project.
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
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.