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
required | string or object |
lists | Array of strings or null Busqueda especifica en ciertas listas |
fuzziness | boolean or null |
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": [
- "ppe",
- "ppx"
], - "fuzziness": true,
- "min_similarity": 0.7
}
Response samples
- 200
- 400
- 500
Content type
application/json
{- "status": true,
- "min_score": 45.61,
- "max_score": 98.61,
- "result": [
- {
- "similarity": 0.8,
- "list": {
- "name": "Personas Políticamente Expuestas PEPS - Internacionales",
- "key": "peps_internacionales"
}, - "score": 45.61,
- "ranking": 98.61,
- "alias": "",
- "created_at": "2021-10-01T00:00:00Z",
- "tax_id": "ABCDEF123456AB0",
- "payload": {
- "address": "",
- "country": "AUSTRALIA",
- "regulation": "APRA"
}, - "curp": null,
- "full_name": "ANDRES MANUEL LOPEZ OBRADOR",
- "active": true
}
]
}