📞
API Docs
  • Welcome
  • NUMBERS / ORDERING
    • List Areas
    • List Numbers
    • Order Numbers - No Cart
    • Delete Numbers
    • Change Call Forward
    • Vanity Tollfree - Search
    • Vanity Toll Free - Order
  • Shopping Cart Ordering
    • Add Number to Cart
    • List Numbers in Cart
    • Delete Number from Cart
    • Complete Order Cart
  • MY INVENTORY
    • List My Nmbers
    • List Call Flows
    • Change CallFlow
    • CDR Records
  • SMS/MMS
    • Send SMS
    • Send MMS
    • Receive SMS/MMS
    • Receive Delivery Receipts
  • Campaigns
    • Submit TollFree Campaign
  • CALL APIS
    • Calls
    • Set Incoming URL
    • Incoming Calls
    • Listing Calls
    • Making Calls
      • Example Code
        • Outbound to Tel#
        • Outbound to SIP Device
        • Example Responses
    • Modifying Live Calls
      • Examples
    • Recordings
      • Get List of Recordings
      • Delete a Recording
  • CALL API MARKUP
    • API Call Markup Language
      • Say
      • Dial
        • Number
        • Client
        • SIP
      • Play
      • Gather
      • Record
      • Hangup
      • Pause
      • Reject
      • Redirect
  • LOOKUPS
    • Carrier and CNAM
  • Number Portability
    • Validate Portability
    • Lookup Port Request
    • Submit Port Request
  • FAXING
    • Create Outbound Fax
    • Lookup Outbound Fax Status
    • List Faxes
    • Download File
  • registered agent
    • List Companies
    • List Registered Agents
    • List Documents
    • Download Document
    • Create Company
    • Delete Company
    • Create Registered Agent
    • Modify Registered Agent
Powered by GitBook
On this page
  • WEB REST REQUESTS
  • NUMBERS / ORDERING
  • MY INVENTORY
  • SMS / MMS
  • CALL APIS
  • LOOKUPS
  • NUMBER PORTABILITY
  • FAXING

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/ratecenters/list  \
   -u 'API-Token'

OR

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

OR

curl https://v1.api19.com/dids/ratecenters/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.

LOOKUPS

Get information about numbers via web REST calls.

NUMBER PORTABILITY

Submit port requests and review port information.

FAXING

Send and receive faxes via the API

NextList Areas

Last updated 1 month ago