FBI Background Check
Service for querying criminal records with the FBI.
Endpoint
This API enables businesses and organizations to verify whether an individual or document appears in the FBI database. By providing a document type, document number, or full name, users can retrieve information about the individual, including their full name, first name, and last name, if a match is found. This service is ideal for verifying the authenticity of documents and conducting detailed identity checks as part of compliance, security, or regulatory processes.
Use Cases
Identity Verification: Ensure that documents presented by individuals are valid and consistent with FBI records.
Compliance: Meet regulatory requirements by conducting thorough background checks on individuals involved in sensitive transactions.
Fraud Prevention: Protect your business by verifying individuals' identities before establishing relationships or processing critical operations.
Headers
Content-Type
application/json
Authorization
Bearer <token>
Query via Document
documentType
String
False
Document type. Allowed values: CC,CE,PA,RC,TI,PEP,CCVE,NIT,CURP,DNI, CCEC.
documentNumber
String
False
Document number to consult, without spaces or points.
Query via Full Name
fullName
String
False
Instead of documentType and documentNumber, you can pass the name directly of the person/business.
Request
Response
Last updated