Vehicle Ownership (PRO)

👍

Premium Data

To access this endpoint you need a Pro Account. If you are interested in upgrading your existing account, please visit endato.com/contact-sales/ If you do not have an account sign-up today.

1. Add your access profile, username, and search type to the request headers.

❗️

Please Note:

VehicleRegistration 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: [VehicleRegistrationSearch]

2. Add search criteria to your request

{
  "Vin": "xxxxxxxxxxxxxxxxxxx",
  "Addressline2": "FL",
 }

3. Set the desired pagination rules

{
  "Vin": "xxxxxxxxxxxxxxxxxxx",
  "Addressline2": "FL",
  "Page": 1,
  "ResultsPerPage": 10
 }

4. Submit your search.