VINMASTER Model Search


Description

The Model Search allows for the retrieval of information from the VINMASTER database by Make, Model Name, Model Year, Body Style, Engine Size, Cylinders, Engine Type, Effective Date and LPMP Program Year. Information for all VINs with the applicable effective date Physical Damage Symbol(s) and LPMP Program Year Symbol(s) matching the selection criteria is returned along with corresponding descriptions for each coded fields (e.g., Anti-Lock Brakes).



Technical Details

  • REST URL’s
    • User Acceptance Environment (UAT)
      • https://gatewayuat.verisk.com/rating/vinmaster/modelsearch/v1
    • Production (PROD)
      • https://gateway.verisk.com/rating/vinmaster/modelsearch/v1

  • HTTP Method
    • POST

  • Headers (XML)
    • Content-Type: application/xml
    • Accept: application/xml
    • Authorization: Bearer <access token retrieved from Security Token Service>
      • Token received from Security Service should be used as Bearer

  • Headers (JSON)
    • Content-Type: application/json
    • Accept: application/json
    • Authorization: Bearer <access token retrieved from Security Token Service>
      • Token received from Security Service should be used as Bearer


  • Form Data
    • Required Parameters
      • OrgId - Request.Header.Authorization.OrgId
      • ShipId - Request.Header.Authorization.ShipId
      • Year
      • Make
      • Model
    • Optional Parameters
      • BodyStyle
      • EngineSize
      • Cylinder
      • EngineType
      • EffectiveDate
      • Interim
      • LPMPFilingDate


You can specify that you would like to receive your response as XML simply by setting a Header of "Accept" to "application/xml"

  • Headers
    • Regardless of which URL you are using, the following headers are required
      • Content-Type: application/json or application/xml
      • Accept: application/json or application/xml
      • Authorization: Bearer db6e8bdf3b8ce796d38f2cd4298d252

Samples and Schemas

  • Please contact Vinmaster@verisk.com or your Account Manager for Request/Response Samples and Schemas.