canton-network-docs/Wallet GatewayUser API
listIdps
User API
listIdps
JSON-RPCSince 0.24.0
POSTJSON-RPC listIdps
Protocol Details
Outputs
idpsarray[object]required
idpsarray[object]required
cURL
curl \
<JSON_RPC_URL> \
-H 'content-type: application/json' \
--data @- <<'EOF'
{
"jsonrpc": "2.0",
"id": 1,
"method": "listIdps"
}
EOF
Resultapplication/json
{
"idps": [
{
"id": "<string>",
"type": "<value>",
"issuer": "<string>"
}
]
}