Retrieve deleted meeting by ID
This endpoint allows you to retrieve information about a meeting with a specific identification number
This endpoint allows you to retrieve information about a meeting with a specific identification number, even if it has been deleted. This information can be useful for tracking a specific meeting and enabling automation for certain processes. This endpoint will return only those meetings that meet the following conditions:
- It has a specified meeting start date – dateFrom.
- It has a specified meeting end date – dateTo.
- It has a specified meeting location – location.
Request
- Method: GET
- Path: /external/v0/zapier/webhooks/meetings/{meetingId}/deleted
- Header:
- X-KEY: API key for authentication.
- Path variables:
- meetingId(number): Unique identifier of the meeting.
Response
After successfully retrieving deleted meeting, you will receive response in JSON format with the same information as in the "Retrieve meetings in Team" endpoint.