Sorplos Partner API
Connect your insurance company to Sorplos. Customers find, buy and pay for your products on Sorplos; your systems receive each application, decide it and issue the policy — without re-keying anything.
How the integration works
Each party talks to the other in one direction:
Sorplos → you
Webhooks
Every event on your business — a new application, a claim, a payment — is posted to an HTTPS endpoint you register, signed so you can trust it.
Receiving webhooks →You → Sorplos
The Partner API
Acknowledge applications, ask for information, approve or reject, confirm policies and update claims, with REST calls authenticated by your API key.
API reference →Quick start
- Register your company in the Insurer Portal. You get sandbox keys straight away; live keys are issued once Sorplos approves your company.
- Create a sandbox key under Settings → API Credentials. It starts with
sk_test_and is shown once, so store it in your secret manager. - Register a webhook endpoint under Settings → Webhooks, and keep its signing secret.
- Receive a test
application.submitted, verify its signature, and acknowledge it with your own reference. - Approve it and confirm the policy with your policy number, dates and document. The customer receives their documents and the policy goes live.
Two reference numbers on everything
Every record carries a Sorplos number and yours, side by side. Yours is stored exactly as you send it — never reformatted — so it matches your own systems.
| Record | Sorplos number | Your number |
|---|---|---|
| Application | SPL-APP-2026-045 | your application reference |
| Policy | SPL-POL-2026-128 | your policy number |
| Claim | SPL-CLM-2026-012 | your claim reference |
Base URLs
| Environment | Base URL | Keys |
|---|---|---|
| Sandbox | https://api-dev.sorplos.com/v1/partner-api | sk_test_… |
| Production | Announced with go-live | sk_live_… |