BusinessBookingAPI
## Business Booking API The Business Booking API is a powerful, developer-first solution designed to help you integrate complete booking management into any application with minimal effort. Built for developers who want to focus on building great front ends without worrying about the complexity of booking logic, our API handles everything — from managing businesses and services to real-time…
BusinessBookingAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| Account | ||
| POST |
Login /Account/Login |
Login the User |
| POST |
Register /Account/Register |
Register a new User |
| POST |
Register Business Owner /Account/Register/businessowner |
Register a user with the Business Owner role |
| POST |
Register Developer /Account/Register/Developer |
Register a new developer (ADMIN ONLY) |
| Services | ||
| GET |
Services /Services |
Retrieve all services for a Business. |
| POST |
Create Service /Business |
Create a new service under a business |
| GET |
Service /Services/{serviceID} |
Retrieve a single service |
| Category | ||
| POST |
Create Category /Categories |
Create a new business category |
| GET |
Category /Categories/{categoryID} |
Retrieve a single category by ID |
| GET |
Categories /Categories |
Retrieve all available business categories |
| Business | ||
| POST |
Create Business /Business |
Create a new business under the authenticated Developer |
| GET |
Business /Business/{businessID} |
Retrieve a single business by ID |
| GET |
Businesses /Business |
Retrieve all businesses under the authenticated Developer |
| POST |
Add Business Hours /Business/hours |
Manage opening hours for a business |
| GET |
Business Hours /Business/{businessID}/hours |
List opening and closing hours for a specific business |
| Bookings | ||
| GET |
Bookings /Booking |
Retrieve all bookings for a business |
| GET |
Booking /Booking/{id} |
Retrieves a single booking by ID |
| GET |
Booking Status /Booking/{id}/status |
Check the current status of a booking |
| POST |
Create/Update Booking /Booking |
Create or update a booking |
| PUT |
Confirm Booking /Booking/{id}/Confirm |
Confirm a pending booking |
| GET |
Cancel Booking /Booking/{id}/Cancel |
Cancel an existing booking |
BusinessBookingAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | — |
|
| ULTRA | $10 / month | — |
|
| MEGA | $20 / month | — |
|