Bokko is getting ready to launch. This site previews the features available at launch. Registration is currently closed.Notify me

Bokko for developers

Public REST API for creating and managing bookings, plus webhook events. Full documentation lives at docs.bokko.io. API and webhooks require a separate plan tier — get in touch and we will sort it out.

How to get started

  1. Generate an API key from the dashboard (requires the integrations permission, once your plan is activated).
  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.io/v1/services

Ready to start building?

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

Open the documentation