POST
Registers DS Server locally based on a given license string (not serial number).
The following sample registers DS Server with the Text Control store and returns a license string.
# Request:
curl --request GET 'https://trial.dsserver.io/license/registeronline?serial=yourserialnumber' \
--header 'Authorization: Basic e3t1c2VyX25hbWV9fTp7e3Bhc3N3b3JkfX0='
# Result:
GHGHJ678GTZEJBJD643HJDGJGD565678HHJDHHD
Type | Value |
---|---|
Registration |
The Registration |
Name | Type | Value | Optional |
---|---|---|---|
tx |
String | The given license string. | no |
renew | Boolean | Specifies whether this request is a new license or a renew request. | no |
Status | Description |
---|---|
200 | On success, the HTTP status code in the response header is 200 (OK). The return value contains the license string. |
Status | Description |
---|---|
401 | A 401 (Unauthorized) is returned, if the user is not authorized. |
400 | A 400 (Bad Request) is returned, if the serial number has a bad format. |