ISO Risk Analyzer® Environmental API GetVersion


Description

The ISO Risk Analyzer Environmental API provides an effective way to access Risk Analyzer Environmental module components and loss costs. GetVersion method provides a listing of Environmental table versions available by state for Businessowners, Commercial Auto, Homeowners, and Personal Auto.

Technical Details

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

  • 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
      • product: Request.Body.product
        • include one of these: RABOP, RACA, RAHO, or RAPA
    • Optional Parameters
      • stateCode: Request.Body.stateCode
        (exclusion of state code will return all states available)
        • two-character USPS state abbreviation
      • 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 EnvAPIHelp@verisk.com or Product Manager for Request/Response Samples and Schemas.