Lockerhaus API Documentation
Introduction
The Lockerhaus API documentation provides comprehensive guidance for developers seeking to integrate locker rental management and user account functionalities into their applications. It offers detailed instructions on accessing various API endpoints, managing authentication, and handling responses efficiently. Whether you are looking to implement new features or ensure smooth operation within your existing systems, this documentation serves as an essential resource for leveraging the Lockerhaus API services effectively.
Authentication
All endpoints that return sensitive or private information are protected with authentication through JWT tokens. Include the token in the request header:
Authorization: Bearer {token}Base URL
All endpoints are relative to the base API URL.
Last updated