TelecomTwilioAccountsIdPhone numbers

Get available phone numbers for a Twilio account from provider API

GET
/Telecom/twilio/accounts/{id}/phone-numbers
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Path Parameters

id*string
Formatuuid

Response 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"
  }
]