{ "opencollection": "1.0.0", "info": { "name": "Global Relay Conversation Archiving Conversations Email API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Email", "type": "folder" }, "items": [ { "info": { "name": "Global Relay Archive an email", "type": "http" }, "http": { "method": "POST", "url": "https://conversations.api.globalrelay.com/v2/email", "body": { "type": "json", "data": "{}" } }, "docs": "Archives an email message to the Global Relay Archive. Each request must include a unique requestId (UUID). Emails can include headers, body content, recipients, and references to file attachments uploaded via the /files endpoint. Rate limited to 1000 requests per minute." } ] } ], "bundled": true }