HodiScore Business Portal
Demo workspace
Demo mode · no live auth or secrets
Developers
API keys, LOS handoff, and webhooks.
Demo credentials are fake and safe to display. Live keys should be stored only in server-side systems, never in a browser bundle.
Demo API keys
LOS sandbox
hsk_demo_2M7Q_••••••••
Created 12 Jul 2026 · score:create report:read webhook:write
Monitoring webhook
hsk_demo_8RX4_••••••••
Created 18 Jul 2026 · alert:read webhook:write
Score request
POST /api/v1/hodiscore/score
Authorization: Bearer hsk_demo_••••
X-Idempotency-Key: los-application-4821
{
"parcel": {
"identifier": "RUIRU/KIU/BLOCK 3/4821",
"county": "Kiambu",
"customerReference": "LOS-2026-8842"
},
"product": "instant",
"webhookUrl": "https://los.example.test/hodiscore"
}Webhook pattern for LOS integration
Your loan origination system sends a parcel reference and receives asynchronous events: score.completed, report.ready, and monitoring.alert.created. Each event should be verified server-side and mapped back to the facility or matter reference.
01
Submit parcel
02
Receive score
03
Attach report
A developer integrating HodiScore API webhooks into a loan origination systemImage slot