Download OpenAPI specification:Download
Info Services
Returns the Caller ID Name (CNAM) for a 10-digit telephone number. Requires CNAM service to be enabled on the account.
Body for caller id name lookup.
| cid required | integer 10-digit telephone number in NPANXXXXXX format. |
| apikey required | string |
{- "cid": 2015551234,
- "apikey": "Your API Key"
}{- "status": "Success",
- "cnam": "VOICETEL",
- "statusCode": "200"
}Returns the Location Routing Number (LRN) and carrier information for a destination number. Both dst and cid must be 10-digit NPANXXXXXX format.
Body for location routing number lookup.
| cid required | integer Calling party number in NPANXXXXXX format. |
| dst required | integer Destination number in NPANXXXXXX format. |
| apikey required | string |
{- "cid": 2015551234,
- "dst": 2125551234,
- "apikey": "Your API Key"
}{- "lrn": {
- "LOCAL": "N",
- "LRN": "12125550000",
- "CITY": "NEW YORK",
- "LATA": "132",
- "STATE": "NY",
- "JURISDICTION": "INTERSTATE",
- "LECTYPE": "CLEC",
- "LEC": "LEVEL 3",
- "RC": "NWYRCYZN01",
- "OCN": "9101"
}, - "status": "Success",
- "statusCode": "200"
}Returns the Responsible Organization (RespOrg) ID for a toll-free telephone number. Requires LRN service to be enabled on the account.
Body for toll-free resporg lookup.
| tn required | integer 10-digit toll-free number in NPANXXXXXX format. |
| apikey required | string |
{- "tn": 8005551234,
- "apikey": "Your API Key"
}{- "status": "Success",
- "RespOrg": {
- "8005551234": "WSOX"
}, - "statusCode": "200"
}