Retrieves a list of meetings scheduled within an organisation for a specified date range.
start_date (date, optional): The start date for filtering meetings. Meetings on or after this date will be included.end_date (date, optional): The end date for filtering meetings. Meetings on or before this date will be included.X-API-Key: The API key for authentication.ExternalMeeting objects representing each meeting within the specified date range. Each object includes details such as the meeting’s start and end times, timezone, summary, status (cancelled or not), meeting link, and participant information.Key used to authenticate user API requests.
Successful Response
{
"id": 1,
"name": "Lead Generation Campaign"
}Represents the basic contact details of a correspondent.
{
"email": "[email protected]",
"first_name": "Alice",
"last_name": "Smith"
}Represents the basic contact details of a correspondent.
{
"email": "[email protected]",
"first_name": "Alice",
"last_name": "Smith"
}Represents the basic contact details of a correspondent.
{
"email": "[email protected]",
"first_name": "Alice",
"last_name": "Smith"
}