User API
JSON-RPC listSessions
sessions
result
curl \ <JSON_RPC_URL> \ -H 'content-type: application/json' \ --data @- <<'EOF' { "jsonrpc": "2.0", "id": 1, "method": "listSessions" } EOF
{ "sessions": [ { "id": "<string>", "network": { "id": "<string>", "name": "<string>", "description": "<string>", "identityProviderId": "<string>", "auth": "<object>", "ledgerApi": "<string>" }, "idp": { "id": "<string>", "type": "<value>", "issuer": "<string>" }, "accessToken": "<string>", "status": "<string>", "rights": [ "<value>" ] } ] }