Riskonnect API

(0 reviews)

home

Provides system-level APIs for creating, editing, and deleting standard RMIS objects:
The Standard Riskonnect API is a set of RESTful system API's that allow users to work with the various RMIS objects. This API documentation will help business application owners and their development teams get started using the Riskonnect API and exchanging data in as short a time as possible. The API currently supports the following objects:

  • Intake
  • Intake Detail
  • Claim
  • Claim Transaction
  • Policy
  • Policy Transactions
  • Property Recommendation
  • Files

In order to ensure that the data is transferred in a secure way the AP accepts connections over HTTPS/TLS1.2 only. Any requests via HTTP are rejected.

The API uses token based authentication to prevent unauthorized access to the data.

You will need to do the following to consume the APIs:

  • Get a proper account setup in the Riskonnect application with the requisite privileges
  • Use those credentials to generate a token from the Authorization API
  • Use that token to access the resource data by passing it in the Authorization header

Reviews