Skip to main content

Phone Risk

Description​

A solution to obtain a phone number validation through MTC (Ministerio de Transportes y Comunicaciones). The MTC is responsible for managing and regulating the allocation and use of numbering resources in the country. Although the Supervisory Agency for Private Investment in Telecommunications (OSIPTEL) oversees telecommunications services and ensures compliance with regulations, the MTC is the entity that officially administers the Fundamental Technical Numbering Plan.

MSLA ID complements this API with our consumer dataset to add ownership information based on the official ID number and/or names.

HTTP method GET​

Request header parameter​

NAMEREQUIREDTYPEDESCRIPTION
Authorization✅stringbearer jwt token

URI request parameter​

NAMEREQUIREDTYPEDESCRIPTIONEXAMPLE
Phone number✅stringPhone number for land lines or mobiles(1) 4365411 or 917856331
DNIOptionalstringOfficial ID number09374521
Father surnameOptionalstring-SARAVIA
Mother surnameOptionalstring-CASTILLA
Name 1Optionalstring-ANA
Name 2Optionalstring-BERTHA

Status code responses​

CodeDescription
200 OK
400 Bad request
401 Unauthorized
404 Not found
500 Internal server error.

The full documentation error codes can be found here.

Response 200 status code​


{
"TELCOdata": {
"area code": "null",
"serie": "90000",
"telco provider": "VIETTEL PERU S.A.C.",
"phone type": "MOVIL",
"status": "VALIDO"
},
"Ownership data": {
"surname": "JUAN",
"secondSurname": "ALBERTO",
"firstName": "LOPEZ",
"middleName": "ROSALES",
"dateofbirth": "05/11/1981",
"Inscriptiondate": "07/08/1999",
"Issuedate": "10/10/1999",
"dateofexpiry": "11/12/2008",
"nationallocationcode": "140903",
"nationaladdresscode": "LIMA-LIMA-SURQUILLO",
"Address": "JAVIER FERNANDEZ 110",
"sex": "M"
}
}