# Labs64 NetLicensing RESTful API Test Center
**Provider:** Labs64 NetLicensing RESTful API Test Center
**Category:** auth
**Base URL:** `https://go.netlicensing.io/core/v2/rest`
**Auth:** basic — `Authorization: Basic BASE64(username:password)`
**Rate Limit:** Not officially published
**Free Tier:** Yes — available
**Pricing:** Enterprise / contact sales (subscription)
**Docs:** https://go.netlicensing.io/core/v2/rest
## Description
The Labs64 NetLicensing RESTful API gives you access to NetLicensing’s core features.
Authentication
You authenticate to the NetLicensing API by providing your account credentials or simply use our d
## Endpoints
| Method | Endpoint | Description |
|--------|----------|-------------|
| GET | `https://go.netlicensing.io/core/v2/rest/license` | List Licenses |
| POST | `https://go.netlicensing.io/core/v2/rest/license` | Create License |
| DELETE | `https://go.netlicensing.io/core/v2/rest/license/{licenseNumber}` | Delete License |
| GET | `https://go.netlicensing.io/core/v2/rest/license/{licenseNumber}` | Get License |
| POST | `https://go.netlicensing.io/core/v2/rest/license/{licenseNumber}` | Update License |
| GET | `https://go.netlicensing.io/core/v2/rest/licensee` | List Licensees |
| POST | `https://go.netlicensing.io/core/v2/rest/licensee` | Create Licensee |
| DELETE | `https://go.netlicensing.io/core/v2/rest/licensee/{licenseeNumber}` | Delete Licensee |
## Authentication
HTTP Basic Auth — base64-encoded username:password
```
Authorization: Basic BASE64(username:password)
```
## Sample Request
```bash
curl -X GET 'https://go.netlicensing.io/core/v2/rest/license' \
-H 'Authorization: Basic BASE64(username:password)'
```
## Sample Response
```json
{}
```
## Pricing Details
Free: up to 10 licensees. Paid from €19/mo. Software license management API.
---
*Source: [API Map](https://apimap.dev/apis/labs64-netlicensing-restful-api-test-cen/) — CC BY 4.0*