TelecomTwilioAccountsIdPhone numbers
Get available phone numbers for a Twilio account from provider API
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using Bearer scheme
In: header
Path Parameters
id*string
Format
uuidResponse Body
application/json
curl -X GET "https://api.speaknode.com/api/Telecom/twilio/accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08/phone-numbers"[
{
"phone_number": "string",
"friendly_name": "string",
"voice_url": "string",
"sms_url": "string"
}
]