ISO Risk Analyzer® Personal Auto Vehicle Lookup Search


Description

By using this API, all possible values in the vehicle table of seven fields (ModelYear, Make, FullModelName, EngineCylinders, FourWheelDriveIndicator, BodyStyle, BasicModelName) can be found by filtering on any combination of the other seven fields (ModelYear, Make, FullModelName, EngineCylinders, FourWheelDriveIndicator, BodyStyle, BasicModelName). Once values for seven fields have been determined, VIN-level characteristics and symbols can be returned in a manner similar to a VIN lookup. If multiple records meet these criteria, they will be returned in an array.



Technical Details

  • REST URL’s
    • User Acceptance Environment (UAT)
      • https://gatewayuat.verisk.com/rating/riskanalyzerpersonalauto/vehicle/search/v3
    • Production (PROD)
      • https://gateway.verisk.com/rating/riskanalyzerpersonalauto/vehicle/search/v3

  • HTTP Method
    • POST

  • 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
      • DesiredField: Request.Body.DesiredField
    • Optional Parameters
      • Quoteback: Request.Header.Quoteback
      • ModelYear: Request.Body.ModelYear
      • Make: Request.Body.Make
      • FullModelName: Request.Body.FullModelName
      • FourWheelDriveIndicator: Request.Body.FourWheelDriveIndicator
      • EngineCylinders: Request.Body.EngineCylinders
      • BodyStyle: Request.Body.BodyStyle
      • BasicModelName: Request.Body.BasicModelName
      • EngineType: Request.Body.EngineType
      • EngineSize: Request.Body.EngineSize

DesiredField Options: ModelYear, Make, FullModelName, EngineCylinders, FourWheelDriveIndicator, BodyStyle or BasicModelName

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

Samples and Schemas

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




Release Notes

  • RAPA Symbols V1 to V2
    • REST URL updated from /v2 to /v3
    • Description updated
    • Form Data updated to include list of Optional Parameter
    • Form Data updated to include BasicModelName in DesiredField options