{ "opencollection": "1.0.0", "info": { "name": "Global Relay Conversation Archiving Conversations Files API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Files", "type": "folder" }, "items": [ { "info": { "name": "Global Relay Upload a file attachment", "type": "http" }, "http": { "method": "POST", "url": "https://conversations.api.globalrelay.com/v2/files", "body": { "type": "multipart-form", "data": [] } }, "docs": "Uploads a file attachment to be referenced in a conversation archive request. Files must be uploaded before they are referenced in a /conversations request with the File_transfer eventType. Rate limited to 100 requests per minute." } ] } ], "bundled": true }