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β
NAME | REQUIRED | TYPE | DESCRIPTION |
---|---|---|---|
Authorization | β | string | bearer jwt token |
Status code responsesβ
Code | Description |
---|---|
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β
NAME | REQUIRED | TYPE | DESCRIPTION | EXAMPLE |
---|---|---|---|---|
Phone Number | β | string | Phone number for land lines or mobiles | (9) 87685084 |
RUT | Optional | string | Official ID number | 15845561 |
Names | Optional | string | Father surname, Mother surname, Name 1, Name 2 | SOLIS 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"
}
}