Skip to main content

Phone Risk

Description​

A solution to obtain a phone number validation through SUBTEL. The Numeric Telephonic Plan from SUBTEL in Chile is responsible for managing and regulating the allocation and use of numbering resources, ensuring their proper administration and compliance by telecommunications operators.

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

HTTP method POST​

info

Before proceeding, make sure you have your jwt token, if you don't, check the login documentation.

Request header parameter​

NAMEREQUIREDTYPEDESCRIPTION
Authorizationβœ…stringbearer jwt token

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.

URL request parameters​

NAMEREQUIREDTYPEDESCRIPTIONEXAMPLE
Phone Numberβœ…stringPhone number for land lines or mobiles(9) 87685084
RUTOptionalstringOfficial ID number15845561
NamesOptionalstringFather surname, Mother surname, Name 1, Name 2SOLIS TAPIA JUANA ELISA

Response 200 status code​

{
"TELCOdata": {
"identifier code for long distance": "317",
"alternative code": "null",
"type of service": "Servicio PΓΊblico TelefΓ³nico Local",
"telco operator": "COMPAÑÍA DE TELECOMUNICACIONES DE CHILE S.A.",
"status": "VALIDO"
},
"Ownership data": {
"typeId": "10425263",
"name": "GONZALEZ SALDANA JORGE",
"birthDate": "17-11-1964",
"sex": null,
"nacionality": "CHILE",
"deceased": null,
"maritalstatus": "Soltero",
"address": "HELIOTROPOS 034 LA CISTERNA REGION METROPOLITANA DE SANTIAGO"
}
}