GET
/v1/Voice/Numbers/{Number}
curl \
--request GET 'https://pricing.twilio.com/v1/Voice/Numbers/{Number}' \
--user "username:password"
Response examples (200)
{
"url": "https://pricing.twilio.com/v1/Voice/Numbers/+987654321",
"number": "+987654321",
"country": "Iran",
"price_unit": "USD",
"iso_country": "IR",
"inbound_call_price": {
"base_price": null,
"number_type": null,
"current_price": null
},
"outbound_call_price": {
"base_price": "0.255",
"current_price": "0.255"
}
}