Skip to main content
The released OpenAPI 1.0.0 definition contains 31 operations across eight resource areas. Every operation in this map is implemented in the Sandbox and generated into an endpoint page under API reference.

Released surface

The reference is generated from the same versioned API definition used by the public conformance suite. A new endpoint appears here only after implementation, authorization and error behavior, examples, compatibility ownership and sensitive-data review pass the publication gate.

Start with one workflow

Discover a synthetic Practitioner, create a Booking, check Benefits and move covered Care from Claim to remittance.

List Practitioners

limit accepts an integer from 1 to 100 and defaults to 20.

Retrieve a Practitioner

The response uses the same Practitioner object returned by the list operation.

Retrieve recurring availability

weekday uses 0 for Sunday through 6 for Saturday. Hours are local to the returned IANA timezone. These are recurring weekly hours, not a promise that a particular Session slot remains bookable.

Create a Booking

The same idempotency key and body return the original Booking. Reusing the key with a different body returns 409 idempotency_conflict.

Check Benefits

Use an eligibility check before committing a covered Booking. If the response sets authorization_required to true, create a pre-authorization against the matching bkg_ identifier. See Benefits for the request sequence and decision fields.

List Sessions

Session responses intentionally omit Person, clinical, coverage and payment-provider identifiers.

List Claims

Claim responses are project-scoped and omit Person, payer and clinical-record identifiers. See Claims and remittance for submission, evidence, adjudication and reconciliation.

Conventions

  • IDs are opaque strings. Never parse them.
  • Amounts are integers in the currency’s minor unit. 350000 is KES 3,500.00.
  • Currency codes use ISO 4217.
  • Unknown fields may be added. Ignore fields your integration does not use.
The generated endpoint reference is built from the versioned OpenAPI definition in this repository.
Last modified on August 24, 2026