{ "opencollection": "1.0.0", "info": { "name": "Cal.diy API v2 Api Keys Bookings / Guests API", "version": "1.0.0" }, "items": [ { "info": { "name": "Bookings / Guests", "type": "folder" }, "items": [ { "info": { "name": "Add guests to an existing booking", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/bookings/:bookingUid/guests", "headers": [ { "name": "cal-api-version", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "bookingUid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add one or more guests to an existing booking. Maximum 10 guests per request, with a limit of 30 total guests per booking.\n \n **Rate Limiting:**\n This endpoint is rate limited to 5 requests per minute to prevent abuse.\n \n **Email Notifications:**\n When guests are added, the following notifications are sent (unless disabled by event type settings):\n \n - **Organizer & Team Members:** Receive an \"Add Guests\" notification email informing them that new guests have been added t" } ] } ], "bundled": true }