Nerdio Manager for MSP Partner API

REST API for Nerdio Manager for MSP, used by MSPs to automate at the partner and account level what they would otherwise do in the NMM console — creating and managing host pools, session hosts and desktop images across their client accounts. Enabled per install from System > System Settings > Integrations, which provisions an Entra ID application under the nerdio-nmm-app app registration; Swagger and a Postman collection are served from the install. Paths are account-scoped under /rest-api/v1/accounts/{accountId}/, with a v1-beta surface alongside v1.

API entry from apis.yml

apis.yml Raw ↑
name: Nerdio Manager for MSP Partner API
description: REST API for Nerdio Manager for MSP, used by MSPs to automate at the partner and account
  level what they would otherwise do in the NMM console — creating and managing host pools, session hosts
  and desktop images across their client accounts. Enabled per install from System > System Settings >
  Integrations, which provisions an Entra ID application under the nerdio-nmm-app app registration; Swagger
  and a Postman collection are served from the install. Paths are account-scoped under /rest-api/v1/accounts/{accountId}/,
  with a v1-beta surface alongside v1.
humanURL: https://nmmhelp.getnerdio.com/hc/en-us/articles/26125599431693-Nerdio-Manager-Partner-API-Getting-Started
baseURL: https://your-nmm-app.azurewebsites.net/rest-api/v1
x-base-url-note: NMM is customer-deployed; the production host is the MSP's own Azure App Service. There
  is no single Nerdio-operated host for this API.
tags:
- Managed Service Providers
- Multi-tenant
- Host Pools
- Automation
properties:
- type: Documentation
  url: https://nmmhelp.getnerdio.com/hc/en-us/sections/26125183873677-API
- type: GettingStarted
  url: https://nmmhelp.getnerdio.com/hc/en-us/articles/26125599431693-Nerdio-Manager-Partner-API-Getting-Started
- type: APIReference
  url: https://nmmhelp.getnerdio.com/hc/en-us/articles/26125585381389-Nerdio-Manager-Partner-API-Use-Swagger-to-make-API-Calls