List available numbers
Get available phone numbers for the specified country or virtual numbers.
Query parameters
Number of results to return per page.
The ISO country code. Required when type is not virtual.
The type of the number.
The type of available numbers to retrieve (normal or virtual). Defaults to normal.
Response
A list of available phone numbers.
Example response
{
"result": [
{
"number": "+14155551234",
"country": "US",
"region": "California",
"postal_code": "94105",
"features": [
"voice"
]
}
]
}Changes
Changed in 2 of the 54 revisions of this API.21010
- ▲
the
allOf[subschema #1]/result/items/response's property type/format changed fromstring/toobject/for status200response-property-type-changed
- ○
added the optional property
allOf[subschema #1]/result/items/countryto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #1]/result/items/featuresto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #1]/result/items/numberto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #1]/result/items/postal_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #1]/result/items/regionto the response with the200statusresponse-optional-property-added
- ○
removed the
emergencyenum value from theallOf[subschema #1]/result/items/response property for the response status200response-property-enum-value-removed
- ○
removed the
faxenum value from theallOf[subschema #1]/result/items/response property for the response status200response-property-enum-value-removed
- ○
removed the
mmsenum value from theallOf[subschema #1]/result/items/response property for the response status200response-property-enum-value-removed
- ○
removed the
smsenum value from theallOf[subschema #1]/result/items/response property for the response status200response-property-enum-value-removed
- ○
removed the
voiceenum value from theallOf[subschema #1]/result/items/response property for the response status200response-property-enum-value-removed
- ▲
- ▲
the
allOf[subschema #1]/result/items/response's property type/format changed fromobject/tostring/for status200response-property-type-changed
- ●
removed the optional property
allOf[subschema #1]/result/items/countryfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #1]/result/items/featuresfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #1]/result/items/numberfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #1]/result/items/postal_codefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #1]/result/items/regionfrom the response with the200statusresponse-optional-property-removed
- ●
added the new
emergencyenum value to theallOf[subschema #1]/result/items/response property for the response status200response-property-enum-value-added
- ●
added the new
faxenum value to theallOf[subschema #1]/result/items/response property for the response status200response-property-enum-value-added
- ●
added the new
mmsenum value to theallOf[subschema #1]/result/items/response property for the response status200response-property-enum-value-added
- ●
added the new
smsenum value to theallOf[subschema #1]/result/items/response property for the response status200response-property-enum-value-added
- ●
added the new
voiceenum value to theallOf[subschema #1]/result/items/response property for the response status200response-property-enum-value-added
This revision also has 20 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲