{ "opencollection": "1.0.0", "info": { "name": "Affinity API v2 auth emails API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "emails", "type": "folder" }, "items": [ { "info": { "name": "Get metadata on all Emails", "type": "http" }, "http": { "method": "GET", "url": "https://api.affinity.co/v2/emails", "params": [ { "name": "cursor", "value": "ICAgICAgYmVmb3JlOjo6Nw", "type": "query", "description": "Cursor for the next or previous page" }, { "name": "limit", "value": "100", "type": "query", "description": "Number of items to include in the page" }, { "name": "filter", "value": "id=1234", "type": "query", "description": "Filter options" } ] }, "docs": "| ⚠️ This endpoint is currently in BETA |\n|--|\n\nPaginate through all emails in Affinity. Returns basic information about the email interaction\nand its participants. Will only return emails or subject lines that the current authenticated\nuser has permission to see. This endpoint is currently in a Closed Beta; to get access reach\nout to your Affinity CSM.\n" } ] } ], "bundled": true }