{ "opencollection": "1.0.0", "info": { "name": "Resend Audience API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Audience", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a list of contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.resend.com/audiences/:audience_id/contacts", "params": [ { "name": "audience_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a list of contacts" }, { "info": { "name": "Create a new contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.resend.com/audiences/:audience_id/contacts", "params": [ { "name": "audience_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new contact" }, { "info": { "name": "Remove an existing contact by email", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.resend.com/audiences/:audience_id/contacts/:email", "params": [ { "name": "email", "value": "", "type": "path" }, { "name": "audience_id", "value": "", "type": "path" } ] }, "docs": "Remove an existing contact by email" }, { "info": { "name": "Retrieve a single contact", "type": "http" }, "http": { "method": "GET", "url": "https://api.resend.com/audiences/:audience_id/contacts/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "audience_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a single contact" }, { "info": { "name": "Update a single contact", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.resend.com/audiences/:audience_id/contacts/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "audience_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a single contact" }, { "info": { "name": "Remove an existing contact by id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.resend.com/audiences/:audience_id/contacts/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "audience_id", "value": "", "type": "path" } ] }, "docs": "Remove an existing contact by id" } ] } ], "bundled": true }