GET
Validates the format of a serial string.
The following samples validates the format of a given serial string.
# Request:
curl --request GET 'https://trial.dsserver.io/license/validateserialstring?serial=yourserialnumber' \
--header 'Authorization: Basic e3t1c2VyX25hbWV9fTp7e3Bhc3N3b3JkfX0='
Name | Type | Value | Optional |
---|---|---|---|
serial | String | The given serial number of your DS Server installation. | no |
Status | Description |
---|---|
200 | On success, the HTTP status code in the response header is 200 (OK). |
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. |