Generate License Key
Description
Generates the license key for the specified Reseller Hosting order. If already generated, will return the existing key.
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| auth-password | String | Required | Authentication Parameter |
| order-id | Integer | Required | The OrderId for which the license key to be generated. |
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/resellerhosting/generate-license-key.json?auth-userid=0&auth-password=password&order-id=0
Response
Returns status and generated license key of the specified Reseller Hosting order.