# OpenAPI Specifications

| Service                | Base Path            | Version                                                                                                                                         | Older Versions                                                                             |
| ---------------------- | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| API Gateway            | `/`                  | [1.7.1](https://swagger.extrahorizon.com/swagger-ui/index.html?url=https://swagger.extrahorizon.com/api-gateway/1.7.1/openapi.yaml)             | [older versions](https://swagger.extrahorizon.com/listing/?service=api-gateway)            |
| Authentication Service | `/auth/v2`           | [2.2.0](https://swagger.extrahorizon.com/swagger-ui/index.html?url=https://swagger.extrahorizon.com/auth-service/2.2.0/openapi.yaml)            | [older versions](https://swagger.extrahorizon.com/listing/?service=auth-service)           |
| Configurations Service | `/configurations/v2` | [2.0.4](https://swagger.extrahorizon.com/swagger-ui/index.html?url=https://swagger.extrahorizon.com/configurations-service/2.0.4/openapi.yaml)  | [older versions](https://swagger.extrahorizon.com/listing/?service=configurations-service) |
| Data Service           | `/data/v1`           | [1.4.0](https://swagger.extrahorizon.com/swagger-ui/index.html?url=https://swagger.extrahorizon.com/data-service/1.4.0/openapi.yaml)            | [older versions](https://swagger.extrahorizon.com/listing/?service=data-service)           |
| Dispatchers Service    | `/dispatchers/v1`    | [1.1.0](https://swagger.extrahorizon.com/swagger-ui/index.html?url=https://swagger.extrahorizon.com/dispatchers-service/1.1.0/openapi.yaml)     | [older versions](https://swagger.extrahorizon.com/listing/?service=dispatchers-service)    |
| Events Service         | `/events/v1`         | [1.2.3](https://swagger.extrahorizon.com/swagger-ui/index.html?url=https://swagger.extrahorizon.com/events-service/1.2.3/openapi.yaml)          | [older versions](https://swagger.extrahorizon.com/listing/?service=events-service)         |
| Files Service          | `/files/v1`          | [1.1.0](https://swagger.extrahorizon.com/swagger-ui/index.html?url=https://swagger.extrahorizon.com/files-service/1.1.0/openapi.yaml)           | [older versions](https://swagger.extrahorizon.com/listing/?service=files-service)          |
| Localizations Service  | `/localizations/v1`  | [1.1.10](https://swagger.extrahorizon.com/swagger-ui/index.html?url=https://swagger.extrahorizon.com/localizations-service/1.1.10/openapi.yaml) | [older versions](https://swagger.extrahorizon.com/listing/?service=localizations-service)  |
| Logs Service           | `/logs/v1`           | [1.0.1](https://swagger.extrahorizon.com/swagger-ui/index.html?url=https://swagger.extrahorizon.com/logs-service/1.0.1/openapi.yaml)            | [older versions](https://swagger.extrahorizon.com/listing/?service=logs-service)           |
| Mail Service           | `/mail/v1`           | [1.3.0](https://swagger.extrahorizon.com/swagger-ui/index.html?url=https://swagger.extrahorizon.com/mail-service/1.3.0/openapi.yaml)            | [older versions](https://swagger.extrahorizon.com/listing/?service=mail-service)           |
| Notifications Service  | `/notifications/v2`  | [1.2.1](https://swagger.extrahorizon.com/swagger-ui/index.html?url=https://swagger.extrahorizon.com/notifications-service/1.2.1/openapi.yaml)   | [older versions](https://swagger.extrahorizon.com/listing/?service=notifications-service)  |
| Payments Service       | `/payments/v1`       | [1.3.2](https://swagger.extrahorizon.com/swagger-ui/index.html?url=https://swagger.extrahorizon.com/payments-service/1.3.2/openapi.yaml)        | [older versions](https://swagger.extrahorizon.com/listing/?service=payments-service)       |
| Tasks Service          | `/tasks/v1`          | [1.7.0](https://swagger.extrahorizon.com/swagger-ui/index.html?url=https://swagger.extrahorizon.com/tasks-service/1.7.0/openapi.yaml)           | [older versions](https://swagger.extrahorizon.com/listing/?service=tasks-service)          |
| Template Service       | `/templates/v2`      | [2.0.1](https://swagger.extrahorizon.com/swagger-ui/index.html?url=https://swagger.extrahorizon.com/templates-service/2.0.1/openapi.yaml)       | [older versions](https://swagger.extrahorizon.com/listing/?service=templates-service)      |
| Users Service          | `/users/v1`          | [1.6.0](https://swagger.extrahorizon.com/swagger-ui/index.html?url=https://swagger.extrahorizon.com/users-service/1.6.0/openapi.yaml)           | [older versions](https://swagger.extrahorizon.com/listing/?service=users-service)          |


---

# 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://docs.extrahorizon.com/extrahorizon/api-reference/api-specs.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.
