A Graze API POST request that adds a Moogsoft Enterprise license via Graze.
Back to Graze API EndPoint Reference.
Endpoint applyNewLicense
takes the following request arguments:
Name | Type | Required | Description |
---|---|---|---|
| String | Yes | A valid |
| String | Yes | A valid license key. |
Endpoint applyNewLicense
returns the following response:
The following examples demonstrate typical use of endpoint applyNewLicense
:
Example cURL request to add a valid license:
curl -X POST -u graze:graze -k -v "https://localhost/graze/v1/applyNewLicence" -H "Content-Type: application/json; charset=UTF-8" -d '{"license" : "<your license key>"}'