{"basePath":"/admin/api","authentication":{"methods":{"browser_session":{"description":"Sign in at /admin/offers with ADMIN_USERNAME + ADMIN_PASSWORD","header":"Authorization: Bearer <sessionToken>","cookie":"luxe_admin_session (HttpOnly, set on login)"},"api_token":{"description":"Long-lived tokens from environment variables","headers":["Authorization: Bearer <token>","X-Admin-API-Key: <token>"],"envVars":["ADMIN_API_TOKEN (full admin)","ADMIN_API_READ_TOKEN (offers:read)","ADMIN_API_WRITE_TOKEN (offers read/write/delete)","ADMIN_API_TOKENS (comma-separated full-access tokens)"],"minLength":24}},"scopes":["admin:*","offers:*","offers:read","offers:write","offers:delete"],"rateLimit":{"windowSec":60,"maxRequests":120},"ipAllowlist":false,"httpsRequired":false},"endpoints":[{"method":"GET","path":"/admin/api/session","auth":false,"description":"Login lockout + session status for browser UI"},{"method":"POST","path":"/admin/api/login","auth":false,"body":{"username":"string","password":"string"}},{"method":"POST","path":"/admin/api/logout","auth":"session|token"},{"method":"GET","path":"/admin/api/product-offers","auth":"offers:read","description":"List all FOMO offers"},{"method":"POST","path":"/admin/api/product-offers","auth":"offers:write","body":{"productId":"string","discountPrice":"number","discountCode":"string","endsAt":"ISO-8601 UTC","message":"string (optional)","enabled":"boolean (optional)"}},{"method":"DELETE","path":"/admin/api/product-offers/:productId","auth":"offers:delete"}]}