{ "opencollection": "1.0.0", "info": { "name": "Blockaid Asset Management Monitors API", "version": "1.0.0" }, "items": [ { "info": { "name": "Monitors", "type": "folder" }, "items": [ { "info": { "name": "Create Monitor", "type": "http" }, "http": { "method": "POST", "url": "https://api.blockaid.io/v0/platform/monitors/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Create a monitor that tracks configured rules and triggers actions when incidents match." }, { "info": { "name": "Get Monitor", "type": "http" }, "http": { "method": "GET", "url": "https://api.blockaid.io/v0/platform/monitors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The monitor's ID." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Fetch a single monitor by ID." }, { "info": { "name": "Update Monitor", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.blockaid.io/v0/platform/monitors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The monitor's ID." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Change a monitor's name, rules, tags, or actions." }, { "info": { "name": "Delete Monitor", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.blockaid.io/v0/platform/monitors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The monitor's ID." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Remove a monitor by ID." }, { "info": { "name": "Search Monitors", "type": "http" }, "http": { "method": "POST", "url": "https://api.blockaid.io/v0/platform/monitors/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Search monitors with pagination and sorting controls." } ] } ], "bundled": true }