Set API and Shared keys

Set the LicenseSpring apiKey and sharedKey used by Floating Server to talk to the LicenseSpring cloud.

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

Query parameters

  • apiKey (string, optional)

  • sharedKey (string, optional)

Success response

Code: 200 OK

Example request

curl -X GET 'http://localhost:8080/api/v4/setKeys?apiKey=<apiKey>&sharedKey=<sharedKey>' \
  -H 'Accept: application/json'

Last updated

Was this helpful?