Public endpoints (/api/v1/preorder/*, /api/v1/promotions/*) — no authentication required.
/api/v1/preorder/*
/api/v1/promotions/*
Admin endpoints (/api/v1/admin/*) — Omnitron staff token required:
/api/v1/admin/*
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.
/api/v1/active_user/
is_staff: true
Last updated 8 days ago
Was this helpful?