📞
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
  1. NUMBERS / ORDERING

Vanity Tollfree - Search

Search the toll free database for specific vanity numbers

GET or POST Request

https://v1.api19.com/dids/tfvanity/search?key=yourkey​

Send us a GET/POST request with your key (in the URI as key or as http password)

Set your timeout for this request higher than normal, the SMS800 database can take 60 seconds to respond

Search Send us search= with your request

Vanity Requests Allowed

Here are some example searches, use any area code or combonation:

844******* — all 844 numbers available 84433***** — all 844 numbers starting with 33 844*****22 — all 844 numbers 833****&&& — all 833 numbers where the last 3 numbers are repeaters 844***help — all 844 numbers ending in help

We give you the City and Ratecenter so you can get human readable data (for instance ratecenter LSAN DA 01 is actually Los Angeles: 01 as the City.

Argument

Required

Type

search

yes

string

curl -X POST https://v1.api19.com/dids/tfvanity/search \
 -d 'search=844*******' 
{
  "status": "ok",
  "data": {
    "numList": [
      "8447530304",
      "8447530305",
      "8447530306",
      "8447530311",
      "8447530313",
      "8447530315",
      "8447530316",
      "8447530317",
      "8447530318",
      "8447530319"
    ]
  }
}
{
    "status": "error",
    "error": "no numbers available for search",
    "verbose": "none"
} 

PreviousChange Call ForwardNextVanity Toll Free - Order

Last updated 4 days ago