Skip to main content

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​

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(300) 2192172
CΓ©dula de identidadOptionalstringOfficial ID number1015401320

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"
}
}