Netlicensing
Connector for the netlicensing API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://go.netlicensing.io/core/v2/rest - Auth:
basic(pass your key via theapiKeyinput)
Operations
listlicenses— GET /license — List Licensesgetlicense— GET /license/{licenseNumber} — Get Licenselistlicensees— GET /licensee — List Licenseesgetlicensee— GET /licensee/{licenseeNumber} — Get Licenseelistlicensetemplates— GET /licensetemplate — List License Templatesgetlicensetemplate— GET /licensetemplate/{licenseTemplateNumber} — Get License Template
Inputs
apiKey— your netlicensing API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: listlicenses
apiKey: <your key>