Motor Vehicle Record (MVR) Verification - Sandbox

Motor Vehicle Record (MVR) Verification

1.0.0OAS 3.0

Retrieves a driver’s motor vehicle record (MVR), including license status, endorsements, restrictions, and violation history, for permissible-use screening and verification.

API Base URL
  • Server 1:https://api-test.vitu.com/lookup-national-vr-public-api/v1
Security
oneVituOauth (oauth2)

OAuth 2.0 client credentials grant https://tools.ietf.org/html/rfc6749#section-4.4

Additional Information

Inquiry

Create vehicle inquiry

Create vehicle inquiry.

post
https://api-test.vitu.com/lookup-national-vr-public-api/v1/inquiry

Headers

x-location-idinteger

VITU Location ID

x-on-behalf-user-idinteger

Id of the user on behalf of whom the request is being made

Body

application/json

StateInquiryDTO

StateInquiryDTO
One Of
statestringrequired

Allowed values:ALARAZCACODCDEFLGAIDILINKSKYLAMAMDMEMIMNMOMSMTNCNDNENJNMNVNYOHOKORPARISCTNTXUTVAVTWAWIWV

refNumberstring(uuid)required

Unique reference number for the inquiry

<= 36 characters

inquiryIdinteger(int32)read-only

Unique identifier for the inquiry

inquiryStringstringrequired

<= 500 characters

inquiryTypestringrequired

Allowed values:VINPLATETITLETAGHINDECAL

plateTypeobject
Show Child Parameters
stockNumberstring

<= 500 characters

createdDatestring(date-time)read-only

<= 500 characters

processedDatestring(date-time)read-only

<= 500 characters

chargedbooleanread-only
errorstringread-only

<= 500 characters

Response

application/json

OK

InquiryIdResponseDTO

inquiryIdinteger

Callbacks

post
{$request.query.callbackUrl}

Callback Response

200

OK

post/inquiry

Body

{ "state": "AL", "refNumber": "0961d37a-55f7-40b4-ab76-b8b78329b866", "inquiryString": "LRBFZNR42MD107860", "inquiryType": "VIN" }
 
application/json
callback sample
Callback Body
Callback Response
200