{ "opencollection": "1.0.0", "info": { "name": "Escape Public Asm Emails API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-ESCAPE-API-KEY", "value": "{{X-ESCAPE-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Emails", "type": "folder" }, "items": [ { "info": { "name": "List inbox emails", "type": "http" }, "http": { "method": "GET", "url": "https://public.escape.tech/v3/scans/emails", "params": [ { "name": "cursor", "value": "", "type": "query", "description": "The cursor to start the pagination from. Returned by the previous page response. If not provided, the first page will be returned." }, { "name": "size", "value": "", "type": "query", "description": "The number of items to return per page" }, { "name": "ids", "value": "", "type": "query", "description": "Filter by email IDs" }, { "name": "before", "value": "", "type": "query", "description": "Filter by before date" }, { "name": "after", "value": "", "type": "query", "description": "Filter by after date" }, { "name": "email", "value": "", "type": "query", "description": "Inbox email address used as `to` filter" } ] }, "docs": "Given a target email address, list inbox emails with cursor pagination." }, { "info": { "name": "Read inbox email content", "type": "http" }, "http": { "method": "GET", "url": "https://public.escape.tech/v3/scans/emails/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The inbox email ID" } ] }, "docs": "Given an email id, fetch and return its full raw content." } ] } ], "bundled": true }