{ "opencollection": "1.0.0", "info": { "name": "API Reference agent lists API", "version": "1.0.0" }, "items": [ { "info": { "name": "lists", "type": "folder" }, "items": [ { "info": { "name": "List Entries", "type": "http" }, "http": { "method": "GET", "url": "https://api.agentmail.to/v0/lists/:direction/:type", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "direction", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "**CLI:**\n```bash\nagentmail lists list --direction --type \n```" }, { "info": { "name": "Create List Entry", "type": "http" }, "http": { "method": "POST", "url": "https://api.agentmail.to/v0/lists/:direction/:type", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "direction", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**CLI:**\n```bash\nagentmail lists create --direction --type --entry user@example.com\n```" }, { "info": { "name": "Get List Entry", "type": "http" }, "http": { "method": "GET", "url": "https://api.agentmail.to/v0/lists/:direction/:type/:entry", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "direction", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "path" }, { "name": "entry", "value": "", "type": "path", "description": "Email address or domain." } ] }, "docs": "**CLI:**\n```bash\nagentmail lists get --direction --type --entry \n```" }, { "info": { "name": "Delete List Entry", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.agentmail.to/v0/lists/:direction/:type/:entry", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "direction", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "path" }, { "name": "entry", "value": "", "type": "path", "description": "Email address or domain." } ] }, "docs": "**CLI:**\n```bash\nagentmail lists delete --direction --type --entry \n```" } ] } ], "bundled": true }