Documentation

API Reference

High-level endpoint map for package orchestration, Intune inventory, updates, SCCM migration, community features, notifications, and MSP operations.

Authentication

Most routes require a Microsoft access token:

Authorization: Bearer <microsoft-access-token>

Callback Security

Pipeline callbacks use HMAC verification when CALLBACK_SECRET is configured.

Core Domains

DomainPrimary RoutesPurpose
Package Pipeline/api/package*, /api/packager/*Queue, track, cancel, and process packaging jobs
Intune Inventory/api/intune/apps, /api/intune/apps/[id]Read Win32 app inventory and assignments
Analytics/api/analytics, /api/analytics/exportDashboard metrics and CSV exports
Updates/api/updates/*, /api/update-policies/*Update discovery, triggers, and policy management
SCCM Migration/api/sccm/*Import, match, preview, and execute SCCM migration workflows
Community/api/community/*, /api/apps/[id]/rateSuggestions, voting, ratings, and detection feedback
MSP/api/msp/*Multi-tenant org, team, jobs, reports, and webhooks

Related Docs