API Documentation

The Bunqable API exposes the same structured data behind this site over HTTP. It is designed for researchers, journalists, fintech partners, and SACCO administrators who want programmatic access rather than clicking through the web UI.

GETTING STARTED

BASE URLhttps://api.bunqable.ke
AUTHPublic read endpoints are open (rate-limited). Higher tiers require an API key, issued after Clerk sign-in at /settings/api-keys.
FORMATJSON, with Decimal monetary values as strings to preserve precision.

CORE ENDPOINTS

METHODPATHRETURNS
GET/healthService liveness
GET/api/saccos/{slug}Full SACCO profile + citations
GET/api/sectors/pulseSector aggregates (planned)
GET/whoamiClerk-authenticated session claims

STATUS

The API is in active development. The /api/saccos/{slug} endpoint is live for all 177 DT-SACCOs loaded so far. OpenAPI spec and language client libraries are coming alongside the institutional tier launch.

FULL DOCS · COMING SOON