get dids available for purchase

API Docs by APIMATIC

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
  • EXPLORER
  • PARAMETERS
Endpoint Arguments*
Parameters*

Country ID.

City ID.

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.

Number of records per page.

Response Type

Errors

HTTP Status CodeError DescriptionException 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'