ISO Risk Analyzer® Personal Auto Distribution Date Search


Description

By using this API, users can find the latest distribution date for a particular VIN at a specific historical effective date. To find the latest distribution date, modify the VIN and EffectiveDate parameters appropriately.



Technical Details

  • REST URL’s
    • User Acceptance Environment (UAT)
      • https://gatewayuat.verisk.com/rating/riskanalyzerpersonalauto/distributiondate/search/v3
    • Production (PROD)
      • https://gateway.verisk.com/rating/riskanalyzerpersonalauto/distributiondate/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
      • VIN: Request.Body.VIN
      • EffectiveDate: Request.Body.EffectiveDate
    • Optional parameters
      • Quoteback: Request.Header.Quoteback


  • 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