List My Numbers
List all of the numbers on your account or lookup a single number
List All Numbers
GET or POST Request
Get a list of all of your numbers on your account
curl https://v1.api19.com/dids/my/list \
-d 'key=api_token'
Single Number Lookup
GET or POST Request
curl https://v1.api19.com/dids/my/single \
-d 'key=api_token' \
-d 'did=3033033333'
Last updated