Order a fresh motor vehicle report for one matched identity from a regulated driver score, in one state. Only makes sense against a run that has already returned matched identities to choose from -- pass a results[].id value from that run as matched_profile_id.
Returns 202 Accepted with the driver score's current representation; the record itself arrives asynchronously, reflected in a later GET and announced by a regulated_driver_score.updated webhook when configured.
Available on Test and Pilot accounts only. Live accounts receive 403 Forbidden.
Beta: This product is in beta and not yet generally available. Request/response shapes may change, and availability may be limited to certain accounts or account stages -- check with your Checkr Account Executive.
The request body for ordering a motor vehicle record against one matched identity on a regulated driver score.
- Checkr Trust APIhttps://api.checkrtrust.com/v1/regulated/driver_scores/{id}/motor_vehicle_records
curl -i -X POST \
https://api.checkrtrust.com/v1/regulated/driver_scores/2b8313e8-4efd-45a1-b578-952b8313e890/motor_vehicle_records \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"matched_profile_id": "0198f3c1-2b47-4d9a-a6e5-2c8d4f6e1b34",
"state": "IL"
}'Accepted. The driver score's current representation; the ordered record arrives asynchronously.
A universally unique identifier (UUID) in standard format.
An ISO 8601 formatted date-time string.
An ISO 8601 formatted date-time string.
A reference identifier for linking related records. Limited to 64 alphanumeric characters, underscores, and hyphens.
When results last changed -- moves again when a later customer-ordered motor vehicle record lands on an already-complete run (see the regulated_driver_score.updated webhook).
Which driver_score test scenario (see GET /test_scenarios) matched this run, keyed by driver_license_number. Present only for test-stage accounts.
A single DLSC (driver license status check), run once per request against the driver license the customer submitted -- a fact about the request, not about any one matched identity. Reported as pending until the check resolves. The public commitment for this block is exactly status and validity; no per-license detail (address, class, restrictions) is exposed here.
{ "status": "included", "validity": "VALID" }
Array of matched identities. Populated as soon as the People Data Graph search completes -- readable on the 201 response, before driver_license_status resolves -- because this product's premise is that results display as they show up rather than all at once.
{ "profile_id": "2b8313e8-4efd-45a1-b578-952b8313e890" }