Bokko for developers

Public REST API for creating and managing bookings, plus webhook events. Full documentation lives at docs.bokko.io.

How to get started

  1. Generate an API key from the dashboard (admin permission required).
  2. Quickstart · Authentication — Skim the Quickstart and Authentication docs.
  3. Try a simple GET endpoint — for example `/services` — with your own API key.
Example: list services
curl -H "Authorization: Bearer $BOKKO_API_KEY" \
     https://api.bokko.app/v1/services

Open the documentation

Open the documentation