{ "opencollection": "1.0.0", "info": { "name": "Dashboard Allowlists GlobalWalletConnections API", "version": "1.0.0" }, "items": [ { "info": { "name": "GlobalWalletConnections", "type": "folder" }, "items": [ { "info": { "name": "Get the global wallet connections for this environment", "type": "http" }, "http": { "method": "GET", "url": "https://app.dynamicauth.com/api/v0/environments/:environmentId/globalWallet/connections", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "ID of the environment" }, { "name": "userId", "value": "", "type": "query", "description": "Filter connections by user ID" }, { "name": "status", "value": "", "type": "query", "description": "Filter connections by status (connected or disconnected)" }, { "name": "offset", "value": "", "type": "query", "description": "The number of items to skip before starting to collect the result set" }, { "name": "limit", "value": "", "type": "query", "description": "The numbers of items to return" } ] }, "docs": "Get the global wallet connections for this environment" } ] } ], "bundled": true }