Authorizations
Query Parameters
Example:
"415"
Example:
"555"
Required range:
1 <= x <= 1000
Example:
20
curl --request GET \
--url https://prod.featherhq.com/api/v1/twilio/search \
--header 'X-API-Key: <api-key>'
{
"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
curl --request GET \
--url https://prod.featherhq.com/api/v1/twilio/search \
--header 'X-API-Key: <api-key>'
{
"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
}
}
]
}
"415"
"555"
1 <= x <= 1000
20