Use this method to get a list of DIDs on the account. The results are paginated with 25 records per page by default.
This endpoint requires authentication.
GET /mydids
HTTP Status Code | Error Description | Exception Class |
---|---|---|
403 | Request failed. No DID numbers to show. User haven't purchased a single number yet. |
|
curl -X GET -G \
--url 'https://api.wavix.com/v1/mydids' \
-H 'Accept: application/json' \
-d 'appid=appid' \
-d 'city_id=8652' \
-d 'search=NEW%20YORK%20CITY%20ZONE' \
-d 'label=label' \
-d 'label_present=false' \
-d 'page=110.38' \
-d 'per=35.8'