{ "opencollection": "1.0.0", "info": { "name": "Resend Broadcasts API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Broadcasts", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a list of broadcasts", "type": "http" }, "http": { "method": "GET", "url": "https://api.resend.com/broadcasts" }, "docs": "Retrieve a list of broadcasts" }, { "info": { "name": "Create a broadcast", "type": "http" }, "http": { "method": "POST", "url": "https://api.resend.com/broadcasts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a broadcast" }, { "info": { "name": "Retrieve a single broadcast", "type": "http" }, "http": { "method": "GET", "url": "https://api.resend.com/broadcasts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a single broadcast" }, { "info": { "name": "Remove an existing broadcast that is in the draft status", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.resend.com/broadcasts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Remove an existing broadcast that is in the draft status" } ] } ], "bundled": true }