Regulated Instant Criminal Checks provide instant criminal record check results with legal annotation. Results include checks at the record, case, and charge levels indicating compliance with applicable legal rules. A permissible purpose is required for FCRA compliance.
Get a set of regulated instant criminal checks for the authenticated account.
Security
get-bearer-token-using-oauth2
Request optional response fields. Repeat the parameter for multiple values.
| Items Enum Value | Description |
|---|---|
| profile | Embeds the full profile object in place of |
| results_found | Returns |
| review | Embeds the regulated check review object (accept/decline/dispute status). |
Examples:
Single value
include[]=["profile"]Single value
include[]=["results_found"]Multiple values
include[]=["profile","review"]GET
curl -i -X GET \
'https://api.checkrtrust.com/v1/regulated/checks?limit=10&skip=0&include%5B%5D=profile' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
[ { "profile_id": "2b8313e8-4efd-45a1-b578-952b8313e890" } ]