L

Labs64 NetLicensing RESTful API Test Center

by Labs64 NetLicensing RESTful API Test Center Free tier

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

authnetlicensing

Quick Reference

Base URL 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
Pricing
28
Latency
20
Depth
72

Authentication

HTTP Basic Auth — base64-encoded username:password

Authorization: Basic BASE64(username:password)

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free: up to 10 licensees. Paid from €19/mo. Software license management API.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://go.netlicensing.io/core/v2/rest/license' \
  -H 'Authorization: Basic BASE64(username:password)'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Labs64 NetLicensing RESTful API Test Center documentation.