Wireless ID API Documentation
WirelessID API uses GET/POST methods and supports only HTTPS with TLS v1.2+. The service returns the accurate results of landline or wireless that can be relied upon for TCPA compliance.
Required Input Parameters:
Parameter
Description
Output
(OPTIONAL) set to “json” or “xml”. Omitting this defaults to XML
Phone
10 numeric digits ONLY
Token
unique PW given by RealValidation
Response Fields:
Response Field
Description
ResponseCode
(See appendix A below)
ResponseMsg
(See appendix A below)
Example: Wireless
https://api.realvalidation.com/rpvWebService/WirelessID.php?Phone=7275555555&token=1234ABCD-1234-ABCD-1234-123456ABCDEF
Result in XML
<?xml version="1.0" encoding="UTF-8"?>
<response>
<RESPONSECODE>Landline</RESPONSECODE>
<RESPONSEMSG></RESPONSEMSG>
</response>
Result in JSON
{
"RESPONSECODE":"Landline",
"RESPONSEMSG":{}
}
Appendix A:
Response Code
Response Message
Description
landline
Normal Hardline Phone
cell
Mobile/Cellular Phone
-1
missing phone number
Phone number not submitted
-1
bad-phone
Phone number is not valid in the USA
-1
invalid format
Phone number must be 10 digits
-1
unauthorized
Your token is not active
-1
server-unavailable
Server cannot be contacted at the moment
Not super techie... integrate Wireless ID into your favorite CRM, forms, and apps using Zapier or Integrately.

Wireless ID 060222