Authorizations
Query Parameters
Example:
Example:
Required range:
1 <= x <= 1000Example:
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
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
}
}
]
}1 <= x <= 1000