miziba.com/developers

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.

API in private preview — partner access by request
01

What you can build

ORIGINATE

Create escrowed activity

Open milestones or consignments, fund escrow through licensed partners, and attach the bill of quantities or offtake.

MONITOR

Subscribe to events

Receive verification, loading, release and settlement events in real time via webhooks — no polling, no monthly report.

UNDERWRITE

Read the record

Pull the immutable audit trail and verified receivables to price risk and reconcile against your own systems.

02

A request, and an event

REST for actions, signed webhooks for what happens next. Illustrative shapes — the preview spec is shared under partner access.

Release against a verified event
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"
}
Webhook — inspection approved
{
  "type": "verification.approved",
  "created": "2026-06-04T14:21:07Z",
  "data": {
    "milestone": "ms_8f2",
    "inspector": "GhIE-registered",
    "evidence": { "photos": 12, "drone": 1 },
    "hash": "0x77b1\u202608de"
  }
}
03

Events you can subscribe to

IDENTITY

participant.verified

KYC completed for a client, contractor or verifier.

VERIFICATION

verification.approved

A signed, independent verdict on a milestone or consignment.

SETTLEMENT

escrow.released

Funds released from escrow against a verified event.

RECORD

audit.appended

A new immutable entry written to the audit trail.

04

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.