Auxilia Trade API Documentation

Welcome to the Auxilia Trade API documentation.

This documentation provides high-level guidance, architectural overview, business context and human-readable descriptions of available API modules.

For interactive testing and full OpenAPI reference, use Swagger UI.


Authentication

All API requests require authentication using Bearer Token authorization.

Credentials

To access the API you need:

These credentials are used to generate an access token via the authentication endpoint.

Token configuration


Authorization

All authenticated requests must include the Bearer Token in the Authorization header:

Tokens are validated on every request and are required for all API endpoints, except explicitly public ones (e.g. documentation and token generation).


API Reference (Swagger)

Swagger UI provides a complete, machine-readable API reference generated directly from the codebase.

Use Swagger when you need to:

👉 Open Swagger UI


API Modules

The API is divided into logical modules based on business domains. Each module has its own documentation describing services, models and endpoints.

Available modules


Notes