ClearSight API
home
The Standard ClearSight 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 ClearSight API and exchanging data in as short a time as possible.
The API currently supports the following objects
- Incidents
- Claims
- Claim Transactions (Payments)
- Policies
- Policy Transactions
- Claim Attachments
- Tasks
- Locations
- Contacts
- Notes
- Users
- Security Groups
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 API's
- Get a proper account setup in the ClearSight 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