{ "opencollection": "1.0.0", "info": { "name": "Global Relay Conversation Archiving Conversations Events API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Global Relay Archive an event card", "type": "http" }, "http": { "method": "POST", "url": "https://conversations.api.globalrelay.com/v2/events", "body": { "type": "json", "data": "{}" } }, "docs": "Archives an event card to the Global Relay Archive. Events are structured as cards containing one or more sections, each with individual events. Each request must include a unique requestId (UUID). File attachments must be uploaded via the /files endpoint before being referenced here." } ] } ], "bundled": true }