Skip to content
CCPEDIAby Unity Nodes
Documentation/Canton Network Docs/Wallet GatewayUser APIView on Canton Network Docs

listIdps

Wallet GatewayUser APIlistIdps

User API

listIdps

JSON-RPC
POSTJSON-RPC listIdps

Protocol Details

Inputs

Outputs

result

idpsarray[object]required

result

idpsarray[object]required
cURL
cURL
curl \
  <JSON_RPC_URL> \
  -H 'content-type: application/json' \
  --data @- <<'EOF'
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "listIdps"
}
EOF
Resultapplication/json
Result
{
  "idps": [
    {
      "id": "<string>",
      "type": "<value>",
      "issuer": "<string>"
    }
  ]
}