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:

MethodPurpose
GETRetrieve resources
POSTCreate resources
PUTUpdate resources
DELETEDelete 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

POST/api/customers

Create a new customer

GET/api/customers

List customers

POST/api/bookings

Create a booking

GET/api/bookings

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.