post https://api-v3.authenticating.com/user/verify/criminal/counties/reports
This API is used to fetch the results of all of the following requests:
In the response, the type
property indicates the type of the record (County Criminal, County Civil, Federal Criminal, Federal Civil) found. The value is an ENUM and maps to the respective requests as follows:
Value | Description |
---|---|
CRIMINAL | County Criminal Record |
CRIMINAL_FEDERAL | Federal Criminal Record |
CIVIL_FEDERAL | Federal Civil Record |
CIVIL_COUNTY | County Civil Record |
Please note that since all of the checks here are asynchronous, results will only be available once it has been retrieved from the source. Your web server can be notified of the results through our webhooks via the event CRIMINAL_REQUEST_STATUS_UPDATE
.