Phone Number Search/Order¶
This API is for finding and adding numbers to your account.
First lets go over how to find a number. There are 2 ways to look up numbers: NPA And NPANXX
Look up by Area code(NPA).
https://api.voicetel.com/numberSearchNPA/[NPA]/[api_key]/
Look up by “Area code and Prefix”(NPANXX).
https://api.voicetel.com/numberSearchNPANXX/[NPANXX]/[api_key]/
API Legend
| Property | Description | Extra info |
|---|---|---|
| [api_key] | Your API key | |
| [NPA] | Area Code | |
| NPANNX | Area Code-Prefix |
API Response
| Property | REST Response | Extra info |
|---|---|---|
| status | Success | If error check APIkey/Request |
| numbers | Data Container | |
| telephoneNumber | Data Container | |
| numberID | Unique Identifier | Used to add numbers to your account |
| tenDigit | Phone number in Ten Digit format | |
| formattedNumber | ||
Example Output:
##Output example