Adds a license to your system. The endpoint decrypts, validates, and stores the license file.
Endpoint
POST /license/add
Request structure
{
"key1": "value",
"key2": "value"
}
| Parameter | Type | Description |
|---|---|---|
| value | String | The license key of your registered VSP One Object product. |
Response structure
Not applicable.
Return codes
|
Status code |
HTTP name |
Description |
|---|---|---|
| 200 | OK | The request was executed successfully. |
| 401 | Unauthorized | Access was denied because credentials were not valid. |
| 405 | Method Not Allowed | The specified HTTP method is not allowed for administrative data. Resend using POST. |