Api#

Overview#

The api module contains the application’s HTTP API layer. It groups all API versions and shared API-related resources, and serves as the main entry point for external clients to interact with the platform.

Versions#

v1/ — Version 1 of the HTTP API (routes, authentication, admin endpoints, and API documentation definition).

Notes#

Each API version is self-contained and provides its own route structure and documentation. Refer to the corresponding version directory for detailed endpoint and data model descriptions.

Files in this directory#

  • README.md