API Overview
The Bookora API allows you to programmatically access your data and integrate Bookora with your existing systems.
Developer Preview
The Bookora API is currently in developer preview. Endpoints and schemas may change. We recommend using the API in development environments first.
REST API
Bookora provides a RESTful API that follows standard conventions:
| Method | Purpose |
|---|---|
| GET | Retrieve resources |
| POST | Create resources |
| PUT | Update resources |
| DELETE | Delete resources |
Base URL
https://api.bookora.work/v1
All requests should be made to the base URL above. Responses are returned in JSON format.
Available Endpoints
Create a new customer
List customers
Create a booking
List bookings
Authentication
All API requests require authentication via Bearer token:
Authorization: Bearer YOUR_API_KEY
API keys can be generated from the Developer Settings in your dashboard.
Rate Limits
Rate limits vary by plan. Standard limits range from 100 to 1,000 requests per hour. Response headers include your current rate limit status.