# getTokenForHttpServer
Description
Get a token for the HTTP server
void getTokenForHttpServer()
Response example
{
"method": "getTokenForHttpServer",
"requestId" : "1",
"token": "3*azHhSzVRpttsqcvP*15692818*3933423237353536443535344439324546343137353338454344384346414641",
"result": true
}
Response Parameters
Name | Description |
---|---|
token | Token for HTTP server |
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also