About dppa_exemption
The dppa_exemption parameter identifies which permissible use exemption under the Federal Driver’s Privacy Protection Act (DPPA) applies to your request for motor vehicle records. Access to personal information in motor vehicle records requires compliance with DPPA regulations.
What is the Driver’s Privacy Protection Act (DPPA)?
The Driver’s Privacy Protection Act is a United States federal law enacted in 1994 that safeguards personal information contained in motor vehicle records maintained by state Departments of Motor Vehicles (DMVs). The DPPA restricts the disclosure of this information and establishes legal consequences for unauthorized access or use.This information is provided for informational purposes only and should not be considered legal advice. Consult with an attorney or relevant authority for guidance specific to your situation.
Permissible Uses Under DPPA
The DPPA allows access to personal information for specific purposes, including:- Government agency functions - Use by any government agency, including courts or law enforcement, in carrying out official functions
- Motor vehicle safety and theft - Matters related to vehicle safety, theft prevention, emissions, product recalls, and market research
- Legitimate business operations - Verification of personal information submitted to businesses, but only to prevent fraud, pursue legal remedies, or recover debts
- Legal proceedings - Use in connection with civil, criminal, administrative, or arbitral proceedings
- Research and statistics - Research activities and statistical reports, provided the information is not published, redisclosed, or used to contact individuals
- Insurance activities - Use by insurers or insurance support organizations for claims investigation, antifraud activities, rating, or underwriting
- Towed/impounded vehicles - Providing notice to owners of towed or impounded vehicles
- Private investigation - Use by licensed private investigative agencies or security services for permitted purposes
- Commercial driver licensing - Employment verification related to commercial driver’s license holders
- Toll facilities - Operations of private toll transportation facilities
- Individual consent - Any use when the State has obtained express consent from the individual
- Bulk distribution - Surveys, marketing, or solicitations when express consent has been obtained
- Written consent - Any use when the requester demonstrates written consent from the individual
- State-authorized uses - Other uses specifically authorized by state law related to motor vehicle operation or public safety
Access Requirements
Before obtaining access to personal information in motor vehicle records, users must complete:- An Account Agreement
- A User Registration Form identifying the DPPA exemption under which they qualify
Source
The DPPA is codified at 18 U.S.C. § 2721 et seq.Coverage Map
Cardinal Gray enrichesAccountData::Vehicle objects with real-time data from state DMV systems. This guide outlines field availability across all 50 states for both sync_public and sync_private data sources.
Field availability varies based on state DMV system capabilities and data freshness.
Integration pattern: POST + ping
Two common ways to run enrichment:- Create + enrich in one shot:
POST /title(optionally requesting NMVTIS and/or state enrichment immediately) - Enrich an existing entry:
POST /title/{id}/data
Option A: Directly via /title
You can query nmvtis, public, or private data directly via the POST /title endpoint.
This is beneficial when you need to need to initialize an account using just a VIN or cross-validate collected information (e.g., structured originations/deal data or unstructured title/reg documents) against DMV data.
AccountData parameter
vehicle.title.issuing_state tells us where to make a motor vehicle inquiry; if uncertain which state the vehicle is titled in, just set sync_nmvtis: trueOption B: Via /title/{id}/data
For first-time or follow-up data inquiries on existing title entries, the POST /title/{id}/data endpoint is available.