Northfield Mutual
Signed route, phone-first wizard, guided capture, and visible progress for the policyholder.
i60 Inspect separates the public customer journey from the protected insurer portal. The policyholder opens a signed link and completes a short capture wizard. The insurance company signs in to its organization, manages API keys, and creates journeys from its own systems.
Signed route, phone-first wizard, guided capture, and visible progress for the policyholder.
Protected access for account setup, organization branding, and API key management.
POST https://i60-inspect-production.up.railway.app/api/v1/journeys
Headers:
x-api-key: ins_live_xxxxxxxxxxxx
content-type: application/json
Body:
{
"policyNumber": "NF-2481194",
"customerName": "Lebo Maseko",
"existingCustomer": true,
"tenureMonths": 38,
"channel": "existing-book",
"vehicle": {
"registration": "ND 274-618",
"make": "Toyota",
"model": "Corolla Cross",
"year": 2023
}
}The customer flow is intentionally short and camera-led. The operational controls sit behind the insurer organization where they belong.
The vehicle check link stays public. The long signed route is the gate, so the policyholder never hits a login wall on the phone.
Each insurance company is an organization with its own users, branding, API keys, and journey creation rights.
Your policy admin system creates journeys with an organization key, then sends the link through its own communication channels.
The capture flow is optimized for phone cameras, safe-area spacing, sticky progress, and one clear action at a time.
The insurer system submits customer and vehicle details to the API using an organization key.
The customer follows a compact camera-led sequence with progress, prompts, and clear evidence requirements.
The insurer receives a structured result for ownership checks, condition review, and anti-fraud triage.
Open the sample signed journey to inspect the phone wizard, sticky progress header, and camera-led capture steps.