cURL
curl --request GET \ --url https://api.wavix.com/v1/buy/countries/{country}/cities/{city}/dids \ --header 'Authorization: Bearer <token>'
{ "dids": [ { "activation_fee": "15.0", "channels": "4", "city": "Buenos Aires", "cnam": false, "country": "Argentina", "country_short_name": "AR", "domestic_cli": false, "free_min": 0, "id": 541139862174, "monthly_fee": "10.0", "number": "541139862174", "per_min": "0.01", "require_docs": [], "sms_enabled": false, "sms_price": 0 } ], "pagination": { "total": 1, "total_pages": 1, "current_page": 1, "per_page": 50 } }
Use this method to retrieve a paginated list of phone numbers available for purchase.
Bearer token using appid (Authorization: Bearer )
Country ID
City ID
Retrieve only text-enabled numbers
Requested page
Number of records per page
Request successful.
List of DIDs available for purchase.
Show child attributes
Was this page helpful?
Contact support