Built on REST principles, our API is designed to be predictable and easy to integrate, allowing you to automate every facet of the insurance lifecycle.
The SolInsure API uses API keys to authenticate requests. You can view and manage your API keys in the dashboard under Settings > Developer Tools.
curl https://api.solinsure.com/v1/policies \
-H "Authorization: Bearer YOUR_API_KEY"RESTful
Predictable resource-oriented URLs.
JSON
Standard JSON request and response bodies.
Secure
HTTPS-only with TLS 1.3 encryption.
Webhooks
Real-time event notifications.
365+ endpoints covering the entire Property & Casualty landscape.
/api/v1/policies
List all policies with optional filtering.
/api/v1/claims
Initiate a new FNOL (First Notice of Loss).
/api/v1/parties/{id}
Retrieve comprehensive customer profile.
/api/v1/endorsements
Apply a mid-term adjustment to a policy.