Bokko for developers

Public REST API for creating and managing bookings, plus webhook events. Full documentation lives at docs.bokko.io. API and webhooks are part of the Business plan.

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

Ready to start building?

Full API docs, webhook reference and code examples at docs.bokko.io.

Open the documentation