answerRequest
Testing Env
https://{{host}}:8092
Testing Env
https://{{host}}:8092
POST
/json-rpc/authorize/token/accept
Websocket
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://localhost:8092/json-rpc/authorize/token/accept' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "authorize",
"subcommand": "answerRequest",
"id": "7H-yJ",
"accept": true,
"tan": 4711
}'
Response Response Example
HTTP/S not supported
{
"command": "authorize-answerRequest",
"error": "Command not supported via single API calls using HTTP/S",
"success": false,
"tan": 4711
}
Request
Body Params application/json