Booking Platform API
A REST API for managing bookable services and customer bookings — with JWT auth, business-rule validation and interactive documentation. Copy a curl command or test any endpoint live, right from this page.
Base URL
Every endpoint lives under the base URL plus the version prefix. Requests and responses are JSON.
https://booking-api.sadeepm.me/api/v1https://booking-api.sadeepm.me/api/v1/servicesHow it works
Register & log in
Call POST /auth/register or POST /auth/login below — the access token is captured automatically.
Explore & test live
Expand any endpoint, tweak the JSON body or parameters, and hit Send request to call the real API.
Copy curl
Every endpoint shows a ready-to-run curl command that updates as you type — copy it straight into your terminal.
API explorer
All routes are prefixed with /api/v1. PUBLIC needs no token; AUTH requires a Bearer token. Live requests are sent from your browser to this same server.