Generate offline license request
Request body
{
"product": "string (optional)",
"license_key": "string (optional)"
}Success response
Example request
curl -X POST 'http://localhost:8080/api/v4/license/generate' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-d '{"product":"<product-code>","license_key":"<license-key>"}'Last updated
Was this helpful?