For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authentication

Public endpoints (/api/v1/preorder/*, /api/v1/promotions/*) — no authentication required.

Admin endpoints (/api/v1/admin/*) — Omnitron staff token required:

Authorization: Token <omnitron_staff_token>

The token is validated live against Omnitron's /api/v1/active_user/ endpoint. The authenticated user must have is_staff: true.

Last updated

Was this helpful?