Authorization
The authorization method is required to use private methods.
Last updated
The authorization method is required to use private methods.
server.authsource
STRING
Custom configuration for the understanding source of the request
web
{
"method":"server.auth",
"params":
[
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", // token
"web" // source
],
"id":1
}status
STRING
Last updated
{
"id": 1,
"params": [],
"result": {
"status": "success"
},
"error": null
}