ℹ️These endpoints are used internally by the NMI Gateway plugin for license management. Detailed API docs with request/response schemas are coming soon.
Base URL
All API requests are made to the nmipro.com licensing server:
https://nmipro.com/api
Authentication
All endpoints require your License Key passed as a query parameter or in the request body:
// Query parameter
GET /api/license/validate?key=NMIP-XXXX-XXXX-XXXX-XXXX
// Request body (POST)
{ "key": "NMIP-XXXX-XXXX-XXXX-XXXX", "domain": "yourstore.com" }
GET /api/license/validate?key=NMIP-XXXX-XXXX-XXXX-XXXX
// Request body (POST)
{ "key": "NMIP-XXXX-XXXX-XXXX-XXXX", "domain": "yourstore.com" }