The Labs64 <a href='https://netlicensing.io/wiki/restful-api' target='_blank'>NetLicensing RESTful API</a> gives you access to NetLicensing’s core features.<br/><br/><strong>Authentication</strong><br/>You authenticate to the NetLicensing API by providing your account credentials or simply use our d
https://go.netlicensing.io/core/v2/rest
Auth type
Basic Auth
Auth header
Authorization: Basic BASE64(username:password)
Rate limit
Not officially published
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://go.netlicensing.io/core/v2/rest
Endpoint status
Server online — HTTP 401 — server is online but path returned an error (may require auth)2.26s
(checked Mar 29, 2026)
Builder score
D
43%
builder-friendly
HTTP Basic Auth — base64-encoded username:password
Authorization: Basic BASE64(username:password)
Free: up to 10 licensees. Paid from €19/mo. Software license management API.
| Method | Path | Description |
|---|---|---|
| GET | /license |
List Licenses |
| POST | /license |
Create License |
| DELETE | /license/{licenseNumber} |
Delete License |
| GET | /license/{licenseNumber} |
Get License |
| POST | /license/{licenseNumber} |
Update License |
| GET | /licensee |
List Licensees |
| POST | /licensee |
Create Licensee |
| DELETE | /licensee/{licenseeNumber} |
Delete Licensee |
curl -X GET 'https://go.netlicensing.io/core/v2/rest/license' \ -H 'Authorization: Basic BASE64(username:password)'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Labs64 NetLicensing RESTful API Test Center documentation.