Bokko for developers
Public REST API for creating and managing bookings, plus webhook events. Full documentation lives at docs.bokko.io.
Quickstart
From zero to your first API call in 5 minutes. API key, base endpoints, error handling.
Authentication
Bearer-token API key, scopes, secure storage.
Booking flow
Availability lookup, booking creation, rescheduling, cancellation — end to end.
Webhooks
Receive booking events in real time. Signature verification, retry policy, idempotency.
How to get started
- Generate an API key from the dashboard (admin permission required).
- Quickstart · Authentication — Skim the Quickstart and Authentication docs.
- Try a simple GET endpoint — for example `/services` — with your own API key.
curl -H "Authorization: Bearer $BOKKO_API_KEY" \
https://api.bokko.app/v1/services