getTokenlist
Testing Env
https://{{host}}:8092
Testing Env
https://{{host}}:8092
POST
/json-rpc/authorization/tokens
WebsocketHTTP/S
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://localhost:8092/json-rpc/authorization/tokens' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "authorize",
"subcommand": "getTokenList",
"tan": 4711
}'
Response Response Example
{
"command": "authorize-getTokenList",
"info": [
{
"comment": "Test Token",
"id": "13fa5",
"last_use": "2025-04-26T20:28:05Z"
},
{
"comment": "OpenHab2 Binding",
"id": "WD6nT",
"last_use": ""
}
],
"success": true,
"tan": 4711
}
Request
Body Params application/json
Responses
Modified at 2025-05-18 08:31:46