v1
latestOpenAPI 3.1.02026-07-24450175.9 KBMexico: Court Records
Use this API to check for users for court records in Mexico.
post/mx/background-buholegal
Request body
Response
200
Example response
{
"data": {
"firstName": "JOHN",
"firstSurname": "DOE",
"lastSurname": "DOE",
"secondSurname": "DOE",
"curp": "AAAA000000HCHLRN00",
"dateOfBirth": "01/01/2000",
"age": 22,
"gender": "Male",
"status": "Accepted",
"stepExtra": [
{
"query": {
"nombre": "JOHN",
"paterno": "DOE",
"materno": "DOE",
"persona": "fisica",
"curp": "AAAA000000HCHLRN00",
"estado": "nacional",
"detalle": true
},
"homonimia": "1",
"validacion_curp": {
"nombre": "JOHN",
"paterno": "DOE",
"materno": "DOE",
"fecha_nacimiento": "01/01/2000",
"sexo": "HOMBRE",
"entidad_nacimiento": "DISTRITO FEDERAL",
"curp": "AAAA000000HCHLRN00"
}
}
]
}
}