Add license

Add a product license to the Floating Server.

Use this for both key-based and user-based licenses.

URL: /api/v4/addProduct Method: GET Accept: application/json

Query parameters

  • product (string, required) — Product code.

  • licenseKey (string, optional) — License key (key-based auth).

  • username (string, optional) — Username (user-based auth).

  • password (string, optional) — Password (user-based auth).

circle-info

Pass either licenseKey or username + password. Which one works depends on the product’s authorization method.

Success response

Code: 200 OK

Example requests

Key auth:

curl -X GET 'http://localhost:8080/api/v4/addProduct?product=<product-code>&licenseKey=<license-key>' \
  -H 'Accept: application/json'

User auth:

Last updated

Was this helpful?