Get a single regulated county 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 |
| review | Embeds the regulated check review object (accept/decline/dispute status). |
curl -i -X GET \
'https://api.checkrtrust.com/v1/regulated/county_checks/2b8313e8-4efd-45a1-b578-952b8313e890?include%5B%5D=profile' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'OK
A regulated county criminal check response.
A universally unique identifier (UUID) in standard format.
An ISO 8601 formatted date-time string.
An ISO 8601 formatted date-time string.
The type of regulated county check.
The current status of the regulated county check.
pending— the check has been submitted and is awaiting results.complete— results are available.cancelled— the search was cancelled, either at your request or because it could not be completed. When a search cannot be completed, acounty_check.not_availablewebhook is delivered.
A machine-readable reason for a check's error status. Only present when the check has errored.
provider_error— the third-party data provider returned an unrecoverable error.timeout— the check did not complete within the allowed time window.cancelled— the check was cancelled, either at your request or because it could not be completed.need_more_info— additional identity information (e.g. email or SSN) is required to view results.
A reference identifier for linking related records. Limited to 64 alphanumeric characters, underscores, and hyphens.
The search criteria used for the regulated county check.
The results of the regulated county check. Empty array if no records found or if the check is still pending.
An unstructured array of human-readable notes about this particular check. May contain notes about how input was parsed or other information about results. Not intended to be parsed by computer, as these notes are not guaranteed to be in any given format.
[ "used no ruleset" ]
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 county check with profile id
- regulated county check with profile object
{ "profile_id": "2b8313e8-4efd-45a1-b578-952b8313e890" }