Number of APIs: 3
GET {{baseUrl}}/meetings/:meetingId?occurrence_id=<string>&show_previous_occurrences=<boolean>
Retrieve the given meeting's details. Scopes: Rate Limit Label: meeting:read
,meeting:read:admin
LIGHT
DELETE {{baseUrl}}/meetings/:meetingId?occurrence_id=<string>&schedule_for_reminder=<boolean>&cancel_meeting_reminder=<boolean>
Delete a meeting. Scopes: Rate Limit Label: meeting:write:admin
,meeting:write
Light
PATCH {{baseUrl}}/meetings/:meetingId?occurrence_id=<string>
Update meeting details. Note
* The Scopes: Rate Limit Label: start_time
value must be a future date. If the value is omitted or a date is in the past, the API ignores this value and does not update any recurring meetings.
* The recurrence
object is required.
* This API has a rate limit of 100 requests per day. You can update a meeting for a maximum of 100 times within a 24-hour period. meeting:write
,meeting:write:admin
LIGHT
ENDPOINTS