cURL
curl --request GET \ --url https://prod.featherhq.com/api/v1/twilio/search \ --header 'Authorization: Bearer <token>'
{ "success": true, "phoneNumbers": [ { "friendlyName": "<string>", "phoneNumber": "<string>", "lata": "<string>", "rateCenter": "<string>", "latitude": "<string>", "longitude": "<string>", "region": "<string>", "postalCode": "<string>", "isoCountry": "<string>", "addressRequirements": "<string>", "capabilities": { "voice": true, "SMS": true, "MMS": true, "fax": true } } ] }
Search for available phone numbers from Twilio based on various criteria
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"415"
"555"
1 <= x <= 1000
20
Available phone numbers retrieved successfully
Show child attributes