API access and integration with Microsoft Partner Center for managing partner data
The insights v1/mpn programmatic APIs are still documented as available and supported. The documentation explicitly lists the v1/mpn endpoints (for example, the Resume report executions API at https://api.partnercenter.microsoft.com/insights/v1/mpn/ScheduledReport/resume/{ReportID}) and points to the Swagger UI at https://api.partnercenter.microsoft.com/insights/v1/mpn/swagger/index.html as the place to try out these APIs.
A 404 from the Swagger URL indicates an issue with that specific Swagger endpoint, not that the API itself is deprecated. The guidance is to continue using the documented v1/mpn endpoints with a valid Microsoft Entra (Azure AD) access token in the Authorization: Bearer <token> header.
For Microsoft Marketplace analytics, note that version 1.1 of those APIs is now live and version 1.0 is being deprecated, but this change is specific to the Marketplace analytics (v1.1/cmp) surface and does not state that the Partner Center Insights v1/mpn APIs are deprecated.
References:
- Available APIs for partner insights analytics
- Programmatic access paradigm
- Make your first API call to access Microsoft Marketplace analytics data
- Programmatic access paradigm for Microsoft Marketplace
- Get started with programmatic access to analytics data for Microsoft Marketplace
- Resume report executions API