Auto search provides a history of vehicle ownership, such as registration history and title transfers.
1. Add your access profile, username, and search type to the request headers.
Please Note:
Auto will be the search type in your request headers for "galaxy-search-type"
- galaxy-ap-name: [Access Profile Name]
- galaxy-ap-password: [Access Profile Password]
- galaxy-client-session-id: (Optional) Session ID for logging
- galaxy-client-type: [Galaxy Client Type] (required for Javascript clients)
- galaxy-search-type: [Auto]
2. Add search criteria and desired pagination rules to your request.
{
"vin": "",
"licensePlateNumber": "",
"licensePlateState": "",
"businessName": "",
"firstName": "",
"middleName": "",
"lastName": "",
"houseNumber": "",
"streetDirection": "",
"streetName": "",
"streetType": "",
"city": "",
"state": "",
"zip": "",
"dppaUseCode": 0,
"page": 1,
"resultsPerPage": 10,
}
3. Submit your search.