URL: https://core.purecallerid.app/api/public/services/dataBoost
Method: GET
Content-Type: application/json
Security: A custom HTTP header must be included in the POST request. The Header name is "X-API-KEY" and the value passed within this header is one of the encrypted API keys associated with your workspace.
Query Params:
- number - The 10 digit NANP phone number you wish to query against the DataBoost service
Response Format:
{
"phone_number": "+15555551212",
"is_valid": true,
"activity_score": 100,
"line_type": "Mobile",
"carrier": "Verizon Wireless",
"is_prepaid": false,
"active": true,
"mobile": true
}
- is_valid: True if the phone number is a valid and reachable.
- activity_score: 0-100, with 100 being a regularly utilized phone number for inbound and outbound calling
-
line_type: the line type of the phone number:
-
Landline
- Traditional wired phone line. -
Mobile
- Wireless phone line. -
FixedVOIP
- VOIP number connected to a physical address, such as Vonix or Comcast. -
NonFixedVOIP
- VOIP number unconnected to a fixed physical address, such as Google Voice or Skype. -
Premium
- Caller pays a premium for the call–e.g. 976 area code. -
TollFree
- Callee pays for call. -
Voicemail
- Voicemail-only service. -
Other
- Line type is unclear or does not match current categories.
-
- carrier: The company that provides voice and/or data services for the phone number. Carriers are returned at the MVNO level.
- is_prepaid: True if the phone is associated with a prepaid account.
- active: True if the activity score is 30 or higher
- mobiel: True if the line type is "Mobile"
Comments
0 comments
Please sign in to leave a comment.