Set API and Shared keys
Last updated
Was this helpful?
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
apiKey (string, optional)
sharedKey (string, optional)
Code: 200 OK
curl -X GET 'http://localhost:8080/api/v4/setKeys?apiKey=<apiKey>&sharedKey=<sharedKey>' \
-H 'Accept: application/json'Last updated
Was this helpful?
Was this helpful?