The VoltBar API is a RESTful service that allows developers to integrate with our platform programmatically. It provides endpoints for managing bookings, inventory, and user accounts, enabling seamless interaction with our services.
No SDK required — just your JWT Token and an HTTP client.
You can obtain an access token by authenticating through the login endpoint.
Pass your access token as a Bearer token in the Authorization header.
Import the Postman collection and run the example requests directly.