get dids available for purchase
Returns a paginated list of DID available for purchase.
This endpoint requires authentication.
GET /buy/countries/{country_id}/cities/{city_id}/dids
Name | Description |
---|---|
country_id Template Required | Number Country ID. |
city_id Template Required | Number City ID. |
type_filter Query | |
text_enabled_only Query | Boolean |
page Query | Number Specify the page number for which you want to see the results for. If your search request has a result of 100 items with per page limit of 10 and page = 5, then objects with indices 51 through 60 are returned. |
per_page Query | Number Number of records per page. |
HTTP Status Code | Error Description | Exception Class |
---|---|---|
403 | Request failed. Feature disabled for the user. |
|
curl -X GET -G \
--url 'https://api.wavix.com/v1/buy/countries/218/cities/142/dids' \
-H 'Accept: application/json' \
-d 'appid=appid' \
-d 'type_filter=geo' \
-d 'page=1' \
-d 'per_page=25'