Get a single regulated check with a given id.
Request optional response fields. Repeat the parameter for multiple values.
| Items Enum Value | Description |
|---|---|
| profile | Embeds the full profile object in place of |
| rulesets_applied | Embeds the rulesets applied when filtering this check's results. |
| review | Embeds the regulated check review object (accept/decline/dispute status). |
curl -i -X GET \
'https://api.checkrtrust.com/v1/regulated/checks/2b8313e8-4efd-45a1-b578-952b8313e890?include%5B%5D=profile' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'OK
A regulated check response with legal annotation checks included in results.
A universally unique identifier (UUID) in standard format.
An ISO 8601 formatted date-time string.
An ISO 8601 formatted date-time string.
When there are no results found, this will be an empty array.
The type of regulated check. Currently only instant_criminal_regulated is supported.
A reference identifier for linking related records. Limited to 64 alphanumeric characters, underscores, and hyphens.
An unstructured array of human-readable notes about this particular check. May contain notes about how input was parsed or other information about results.
Present only when include[]=results_found is requested; omitted otherwise. When present, the results array is omitted.
Present only when include[]=rulesets_applied is requested; omitted otherwise.
Customer accept/decline/dispute state for a regulated check.
Present only when include[]=review is requested; omitted otherwise. Indicates whether adverse-action workflow is enabled for this product.
- regulated check with profile id
- regulated check with profile object
{ "profile_id": "2b8313e8-4efd-45a1-b578-952b8313e890" }