Phone Risk
Descriptionβ
A solution to obtain a phone number validation through CRC. The Numeric Telephonic Plan from CRC in Colombia is responsible for managing and regulating numbering resources in the country, establishing the rules for their allocation, use, and administration. It also ensures compliance with these regulations 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 | (300) 2192172 |
CΓ©dula de identidad | Optional | string | Official ID number | 1015401320 |
Response 200 status codeβ
{
"TELCOdata": {
"area code": "312",
"phone type": "REDES CON ACCESO MΓVIL TERRESTRE",
"telco provider": "COMUNICACION CELULAR S.A.",
"regiΓ³n": "COBERTURA NACIONAL",
"omv operator": "NINGUNO"
},
"Ownership data": {
"first name": "Juan",
"second name": "David",
"father surname": "Garcia",
"mother surname": "Pena",
"gender": "Masculino",
"serial": "0052500000",
"issue date": "07 de febrero de 1985",
"civil registration location": "Notaria Florida Blanca-Santander",
"type of Civil registration": "Registro Civil de Nacimiento"
}
}