Draft v0.1. The Partner API is being built. Endpoints and payloads may still change until sandbox access opens.

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

  1. Register your company in the Insurer Portal. You get sandbox keys straight away; live keys are issued once Sorplos approves your company.
  2. Create a sandbox key under Settings → API Credentials. It starts with sk_test_ and is shown once, so store it in your secret manager.
  3. Register a webhook endpoint under Settings → Webhooks, and keep its signing secret.
  4. Receive a test application.submitted, verify its signature, and acknowledge it with your own reference.
  5. 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.

RecordSorplos numberYour number
ApplicationSPL-APP-2026-045your application reference
PolicySPL-POL-2026-128your policy number
ClaimSPL-CLM-2026-012your claim reference

Base URLs

EnvironmentBase URLKeys
Sandboxhttps://api-dev.sorplos.com/v1/partner-apisk_test_…
ProductionAnnounced with go-livesk_live_…