get_account_phone_numbers
Retrieve all phone numbers linked to a Twilio subaccount using the account SID to manage telecommunications resources and verify number assignments.
Instructions
Get all phone numbers associated with a Twilio subaccount
Input Schema
Name | Required | Description | Default |
---|---|---|---|
account_sid | Yes |
Input Schema (JSON Schema)
{
"properties": {
"account_sid": {
"title": "Account Sid",
"type": "string"
}
},
"required": [
"account_sid"
],
"type": "object"
}