{ "opencollection": "1.0.0", "info": { "name": "Agile CRM REST Campaigns Events API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "List events", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.agilecrm.com/dev/api/events" }, "docs": "List events" }, { "info": { "name": "Create an event", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.agilecrm.com/dev/api/events" }, "docs": "Create an event" }, { "info": { "name": "Get events for a contact", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.agilecrm.com/dev/api/contacts/:contact_id/events", "params": [ { "name": "contact_id", "value": "", "type": "path" } ] }, "docs": "Get events for a contact" }, { "info": { "name": "Update an event", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.agilecrm.com/dev/api/events/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update an event" }, { "info": { "name": "Delete an event", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.agilecrm.com/dev/api/events/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an event" } ] } ], "bundled": true }