Agents API

ImportPhoneNumberBody

object

Import settings for a single phone number, including which environment it routes to.

clientEnvstring

Client environment (sandbox, pre-release, live)

Default:live

Example

ImportPhoneNumberResponse

object

The phone number that was imported.

importedstringrequired

The imported phone number

Example

ImportPhoneNumbersBody

object

A batch of phone numbers to import, all sharing the same environment assignment.

phoneNumbersarray[string]required

List of phone numbers to import

>= 1 items

clientEnvstring

Client environment (sandbox, pre-release, live)

Default:live

Example

ImportPhoneNumbersResponse

object

The set of phone numbers that were imported.

importedarray[string]required

List of successfully imported phone numbers

Example

LookupConnectorBody

object

Lookup payload for finding the connector that serves a given E.164 phone number.

phoneNumberstringrequired

Phone number to look up (E.164 format)

Example