curl --location --request GET '/available_phone_numbers'
{
"data": [
{
"best_effort": false,
"cost_information": {
"currency": "USD",
"monthly_cost": "6.54",
"upfront_cost": "3.21"
},
"features": [
{
"name": "sms"
},
{
"name": "voice"
}
],
"phone_number": "+19705555098",
"quickship": true,
"record_type": "available_phone_number",
"region_information": [
{
"region_name": "US",
"region_type": "country_code"
}
],
"reservable": true,
"vanity_format": ""
}
],
"meta": {
"best_effort_results": 50,
"total_results": 100
}
}
Authorization: Bearer ********************