login
Testing Env
https://{{host}}:8092
Testing Env
https://{{host}}:8092
POST
/json-rpc/authorize/login
Websocket
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://localhost:8092/json-rpc/authorize/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "authorize",
"subcommand": "login",
"password": "e3SiajXybun5AuD"
}'
Response Response Example
200 - Success - HTTP/S not supported
{
"command": "authorize-login",
"error": "Command not supported via single API calls using HTTP/S",
"success": false,
"tan": 0
}
Request
Body Params application/json
Responses
Modified at 2025-05-19 19:50:03