Build on verified truth, not paperwork.
The Miziba API exposes the same primitives the platform runs on — verified identity, escrowed money, signed verification, and an immutable record — so partners can originate, monitor and settle against real events.
What you can build
Create escrowed activity
Open milestones or consignments, fund escrow through licensed partners, and attach the bill of quantities or offtake.
Subscribe to events
Receive verification, loading, release and settlement events in real time via webhooks — no polling, no monthly report.
Read the record
Pull the immutable audit trail and verified receivables to price risk and reconcile against your own systems.
A request, and an event
REST for actions, signed webhooks for what happens next. Illustrative shapes — the preview spec is shared under partner access.
POST /v1/milestones/ms_8f2/release Authorization: Bearer sk_live_\u2026 { "verification_id": "ver_3ab9", "idempotency_key": "rel_20260705_01" } 200 OK { "released": true, "amount": "GHS 61500.00", "evidence_hash": "0x77b1\u202608de" }
{
"type": "verification.approved",
"created": "2026-06-04T14:21:07Z",
"data": {
"milestone": "ms_8f2",
"inspector": "GhIE-registered",
"evidence": { "photos": 12, "drone": 1 },
"hash": "0x77b1\u202608de"
}
}
Events you can subscribe to
participant.verified
KYC completed for a client, contractor or verifier.
verification.approved
A signed, independent verdict on a milestone or consignment.
escrow.released
Funds released from escrow against a verified event.
audit.appended
A new immutable entry written to the audit trail.
Built for institutions
Signed webhooks
Every event is signed so you can verify it came from Miziba, with idempotency keys on every mutating call.
Least privilege
Scoped keys, sandbox and live environments, and role-based access aligned to the separation-of-duties model.
Auditable by default
Every API action is itself written to the audit record — the same record your compliance team can read.
Endpoint shapes are illustrative and will change before general availability. The preview specification, keys and sandbox are shared under a partner agreement. Nothing here is an offer of a facility or service.