Welcome

API Documentation

Documentation is broken down into different sections based on use.

WEB REST REQUESTS

Web requests are offered using HTTP GET, HTTP POST, or HTTP Json POST, at your preference. To use Json POST, set your header to: Content-Type: application/json

curl https://v1.api19.com/dids/list/areas  \
   -u 'API-Token'

or

curl https://v1.api19.com/dids/list/areas?key=apitoken

or

curl https://v1.api19.com/dids/available/list \
   -d '{key:"mykey", npa:"720"}' \
   -H 'Content-Type: application/json'

For instance, the above request would list any areas our phone number pool covers. You can send the API token as a username/password, as a GET variable (token), or as a POST variable.

NUMBERS / ORDERING

This section gives information on listing states / ratecenters, and ordering numbers.

MY INVENTORY

Your numbers, listing them and ability to remove them, or reroute them.

SMS / MMS

Send and receive SMS / MMS message via our API.

CALL APIS

This section is dedicated to the Call API which allows you to make and receive calls via web REST API calls.

Last updated