# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.lockerhaus.com/basics/openapi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
