{ "opencollection": "1.0.0", "info": { "name": "Blockaid Asset Management external api integrations API", "version": "1.0.0" }, "items": [ { "info": { "name": "external api integrations", "type": "folder" }, "items": [ { "info": { "name": "Search Integrations", "type": "http" }, "http": { "method": "POST", "url": "https://api.blockaid.io/v0/platform/integrations/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Search Integrations" }, { "info": { "name": "Get Integration Resources", "type": "http" }, "http": { "method": "GET", "url": "https://api.blockaid.io/v0/platform/integrations/:integration_instance_id/resources", "params": [ { "name": "integration_instance_id", "value": "", "type": "path", "description": "The integration instance ID" }, { "name": "page", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get Integration Resources" } ] } ], "bundled": true }