{ "opencollection": "1.0.0", "info": { "name": "The Mighty Networks Admin AbuseReports Rsvps API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Rsvps", "type": "folder" }, "items": [ { "info": { "name": "List RSVPs for an event", "type": "http" }, "http": { "method": "GET", "url": "https://api.mn.co/admin/v1/networks/:network_id/events/:event_id/rsvps", "params": [ { "name": "event_id", "value": "", "type": "path", "description": "ID of the event" }, { "name": "instance_at", "value": "", "type": "query", "description": "Filter RSVPs for a specific recurring event instance" }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" }, { "name": "per_page", "value": "", "type": "query", "description": "Items per page (max 100)" }, { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ] }, "docs": "List RSVPs for an event" }, { "info": { "name": "Create or update an RSVP for an event", "type": "http" }, "http": { "method": "POST", "url": "https://api.mn.co/admin/v1/networks/:network_id/events/:event_id/rsvps", "params": [ { "name": "event_id", "value": "", "type": "path", "description": "ID of the event" }, { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or update an RSVP for an event" }, { "info": { "name": "Get a specific RSVP by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.mn.co/admin/v1/networks/:network_id/events/:event_id/rsvps/:id/", "params": [ { "name": "event_id", "value": "", "type": "path", "description": "ID of the event" }, { "name": "id", "value": "", "type": "path", "description": "ID of the RSVP" }, { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ] }, "docs": "Get a specific RSVP by ID" }, { "info": { "name": "Update an existing RSVP", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mn.co/admin/v1/networks/:network_id/events/:event_id/rsvps/:id/", "params": [ { "name": "event_id", "value": "", "type": "path", "description": "ID of the event" }, { "name": "id", "value": "", "type": "path", "description": "ID of the RSVP" }, { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing RSVP" }, { "info": { "name": "Update an existing RSVP", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.mn.co/admin/v1/networks/:network_id/events/:event_id/rsvps/:id/", "params": [ { "name": "event_id", "value": "", "type": "path", "description": "ID of the event" }, { "name": "id", "value": "", "type": "path", "description": "ID of the RSVP" }, { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing RSVP" }, { "info": { "name": "Delete an RSVP", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mn.co/admin/v1/networks/:network_id/events/:event_id/rsvps/:id/", "params": [ { "name": "event_id", "value": "", "type": "path", "description": "ID of the event" }, { "name": "id", "value": "", "type": "path", "description": "ID of the RSVP" }, { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ] }, "docs": "Delete an RSVP" } ] } ], "bundled": true }