Black Lists (stable)
Download OpenAPI specification:Download
Busqueda de personas en diferentes listas nacionales e internacionales.
Busqueda en listas negras
Authorizations:
apiKey
Request Body schema: application/json
query required | string Nombre y/o Apellidos a buscar |
lists | Array of strings or null Busqueda especifica en ciertas listas |
min_similarity | number or null [ 0 .. 1 ] Minimo de porcentaje de similaridad en los resultados |
Responses
Request samples
- Payload
Content type
application/json
{- "query": "Andres Manuel Lopez Obrador",
- "lists": [
- "peps_internacionales",
- "peps_nacionales"
], - "min_similarity": 0.7
}
Response samples
- 200
- 400
Content type
application/json
{- "status": true,
- "result": [
- {
- "similarity": 0.8,
- "list": {
- "name": "Personas Políticamente Expuestas PEPS - Internacionales",
- "key": "peps_internacionales"
}, - "alias": "",
- "payload": {
- "birth_date": "",
- "position": "PRESIDENT OF MEXICO",
- "country": "MX",
- "dependency": ""
}, - "curp": null,
- "full_name": "ANDRES MANUEL LOPEZ OBRADOR",
- "rfc": "",
- "active": true
}
]
}