adminRequired
Testing Env
https://{{host}}:8092
Testing Env
https://{{host}}:8092
POST
/json-rpc/authorize/admin
WebsocketHTTP/S
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://localhost:8092/json-rpc/authorize/admin' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "authorize",
"subcommand": "adminRequired",
"tan": 4711
}'
Response Response Example
{
"command": "authorize-adminRequired",
"info": {
"adminRequired": true
},
"success": true,
"tan": 4711
}
Request
Body Params application/json