API Reference

Complete API reference for all available endpoints and methods.

Authentication

All API requests require authentication using API keys or tokens.

POST /auth/login

Authenticate user and receive access token.

Request Body

{
  "username": "string",
  "password": "string"
}