Smart Carrier | API | Enhanced Insights

Smart Carrier | API | Enhanced Insights

The Enhanced Insights API is a RESTful-compliant service which may be accessed via HTTPS using an API Key.  You may obtain your API Key from your web portal or from your TILTX sales representative.  All results are returned as JSON. 

This API endpoint will return the following information:

  • Portability Information.

  • Carrier Information.

  • Whether or not the number is associated as wireless.

  • Whether or not the number was found on the National Do Not Call (DNC) list.

Below, please find the endpoints and examples:

Endpoint: https://carbon.tiltx.com/NANPA/enhanced-insights?

Method: GET

Parameters:

  • TelephoneNumber: Any 10 or 11 digit, US telephone number.  For example, 3155564800 or 13155564800.

Headers:

  • x-api-key: Your API key.

Sample Request:

Sample Response:

{

"RequestGuid": "9ea8e8d1-9a72-46c3-866a-5d5caca338bb",

"AccountGuid": "535900e6-6965-454e-9eac-2ecb31ec7ed8",

"PhoneNumber": "3155564800",

"E164FormattedNumber": "+13155564800",

"NationalDNC": false,

"CountryCode": "US",

"RequestingIP": "54.86.50.139",

"LERG": {

"RequestGuid": "dd0e9db7-662b-4a4c-9b89-a118cf07a107",

"NPANXX": 1607307,

"Block": "5",

"USState": "NY",

"AssignedTo": "TILTX - NY",

"AssignedTo_OCN": "560J",

"Type": "CLEC",

"Ilec": "VERIZON NEW YORK, INC.",

"Ilec_OCN": "9104",

"Lata": "136",

"RequestedAt": "2022-01-17T21:13:15.6482475Z",

"ElapsedMilliseconds": 9

},

"LRN": {

"RequestGuid": "9ea8e8d1-9a72-46c3-866a-5d5caca338bb",

"IPAddress": "54.86.50.139",

"TelephoneNumber": "13155564800",

"RoutingNumber": "16073075597",

"ElapsedMilliseconds": 74,

"RequestedAt": "2022-01-17T21:13:15.4649529Z"

},

"RequestedAt": "2022-01-17T21:13:15.4016184Z",

"ProcessingTime": 87,

"ReturnStatus": "Success",

"ReturnCode": 200