Skip to content
English
  • There are no suggestions because the search field is empty.

Retrieve meeting by ID

This endpoint allows you to retrieve information about a meeting with a specific identifier.

This endpoint allows you to retrieve information about a meeting with a specific identifier. This information can be useful for tracking a particular meeting and enabling automation for certain processes. This endpoint will return only meetings that meet the following conditions:

  • The meeting is open – has the status OPEN.
  • 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}
  • Header:
  • X-KEY: API key for authentication.
  • Path variables:
  • meetingId(number): Unique identifier of the meeting.

Response

After successfully retrieving meeting, you will receive response in JSON format with the same information as in the "Retrieve meetings in Team" endpoint.