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
Create License
API Operations
Connection
Products
Licenses
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
ID Types
- ID (numeric) - Used for Get, Block, Unblock operations
- Reference ID (string) - Used for Create License (e.g. BOTBLE-CMS)
- License Code - UUID, auto-generated if empty on create
- Search - Licenses are searched by license code