Typescript (SDK)
channels.twilio.numbers
List Twilio Phone Numbers
List Twilio phone numbers.
GET
Typescript (SDK)
Documentation Index
Fetch the complete documentation index at: https://docs.syllable.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Response
Successful Response
Response model for a list of Twilio phone numbers
List of phone numbers.
Example:
[
{
"friendly_name": "Test number",
"phone_number": "+19876543210",
"sid": "PN123",
"trunk_sid": "TK123"
}
]
