Get a single identity verification with a given id
For personal_identity_records results, controls whether SSN values in results.people[].ssn are returned in full or masked as XXX-XX-{last4}.
Used by identity verification endpoints only. Driver check endpoints use unmask_ssn instead — see that parameter for precedence rules that apply to results.requested_profile.ssn.
When the product configuration has an explicit unmask_ssn setting (available for personal_identity_records only), that setting takes precedence over this query parameter.
When no product configuration setting exists, false or omitted returns masked SSN values and true returns full SSN values.
If an SSN value is null or empty, it remains null regardless of this parameter.
curl -i -X GET \
'https://api.checkrtrust.com/v1/identity_verifications/2b8313e8-4efd-45a1-b578-952b8313e890?include%5B%5D=profile&unmask_ssn=false' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'OK
A universally unique identifier (UUID) in standard format.
An ISO 8601 formatted date-time string.
An ISO 8601 formatted date-time string.
The structure of results depends on the value of idv_type.
The type of identity verification to be done.
| Enum Value | Description |
|---|---|
| pii_validation | When requesting pii_validation, the result will be returned immediately. |
| document_verification | When requesting document_verification, the result will be returned asynchronously through a pre-defined webhook. |
| personal_identity_records | When requesting personal_identity_records, enriched identity information will be returned immediately. |
| reverse_phone | When requesting reverse_phone, identity information associated with the provided phone number will be returned immediately. |
A reference identifier for linking related records. Limited to 64 alphanumeric characters, underscores, and hyphens.
- identity verification with profile id
- identity verification with profile object
{ "profile_id": "2b8313e8-4efd-45a1-b578-952b8313e890" }