Query Terminal's Cloud Server Account Information
# Query Terminal's Cloud Server Account Information
Path:
/api/account.json
Method: GET
Content-type: application/json; charset=utf-8
API Description: This can be used to query the account and login information of the terminal's cloud server.
Response
Name | Type | Example | Description |
---|---|---|---|
name | String | 4FNVQxhBKOuGE0q | The terminal account name in the server (not the account for server login). |
password | String | NQYxx0RqulT | The password of the terminal account in the server. |
url | String | https://ww1.colorlightcloud.com/ | Server's website |
internet | boolen | true | Internet connection status |
devicestatus | String | wakeup | Device status (Sleep/Awake) |
login | boolen | true | Login result |
reason | String | No internet account configured. | Reason of failed login |
Example
{
"name": "4FNVQxhBKOuGE0q",
"password": "NQYxx0RqulT",
"url": "https://ww1.colorlightcloud.com/",
"devicestatus": "wakeup",
"internet": true,
"login": true
}