Backend API for hotel bookings, payments, and partner operations.
https://api.idbookhotels.com/api/v1/docs/ (read-only reference)https://api.idbookhotels.com/api/v1/docs/swagger/ (interactive try-it-out)https://api.idbookhotels.com/api/v1/
Shown from the current request. For emails/notifications, BASE_URL / BASE_URL_ in the environment is used.
JWT (Bearer). Obtain tokens at POST /api/v1/auth/token/, refresh at POST /api/v1/auth/token/refresh/.
In Swagger UI: call POST /api/v1/auth/token/ with username and password, copy the access value, then click Authorize and enter Bearer <access_token>.