License Manager API Demo
Test Internal API for server-to-server management
Getting Started
- Enter your License Manager API URL
- Add your Internal API Key (must be "Internal" type)
- Click Test Connection to verify
- Explore products and licenses management
Internal vs External API
- External: For client apps (activate/verify/deactivate)
- Internal: For your backend (create licenses, manage products)
- Internal API has full CRUD access - keep key secure!
Configuration
API Operations
Connection
Products
Licenses
Create License
Request
Click an operation to see the request...
Response
Click an operation to see the response...
FAQ & API Reference
API Operations
- List Products - Get all products in your account
- Get Product - Fetch single product details by ID
- List Licenses - Get all licenses (paginated)
- Get License - Fetch single license by ID
- Create License - Generate new license for a product
- Block/Unblock - Disable or re-enable a license
Common Issues
- 401 Unauthorized - API key is invalid or not "Internal" type
- 404 Not Found - Product or license ID doesn't exist
- 422 Validation Error - Missing required fields (check response)
- License code exists - Use auto-generate or pick unique code
Create License Fields
- Product ID - Required, must exist
- License Code - Optional, auto-generated if empty
- Parallel Uses - Max simultaneous activations (default: 1)