Getting Started
  1. Enter your License Manager API URL
  2. Add your Internal API Key (must be "Internal" type)
  3. Click Test Connection to verify
  4. 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!
Config: Not Set Connection: Unknown Internal API Key Required
Configuration
Must be an Internal type API key
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)