Keymint REST API overview, base URL, authentication, request/response format, and core concepts for license management.
Content-Type: application/json
header for POST/PUT requests200 OK
- Request succeeded400 Bad Request
- Invalid request parameters401 Unauthorized
- Invalid or missing access token403 Forbidden
- Insufficient permissions404 Not Found
- Resource not found429 Too Many Requests
- Rate limit exceeded500 Internal Server Error
- Server errorcustomerId
productId
and customerId
→ Get licenseKey
licenseKey
and hostId
0
- Success1
- Validation error (invalid parameters)2
- Activation limit reached3
- License key not found or invalid4
- Product not found5
- Customer not found429 Too Many Requests
response. Implement exponential backoff to handle rate limiting gracefully.