Calendar

Get Meeting

Get details of a specific meeting.

This endpoint is authenticated using user session authentication.

Returns: Meeting details including attendee and staff member information.

get/calendars/meetings/{meeting_id}

Path parameters

meeting_idstring uuid required

Response

Successful Response

meeting_idstring uuid required
customer_idstring uuid required
booked_with_user_idstring uuid required
booked_with_user_first_namestring nullable
booked_with_user_last_namestring nullable
booked_with_user_timezonestring nullable
call_idstring uuid nullable
attendee_first_namestring required
attendee_last_namestring required
attendee_phone_numberstring required
attendee_emailstring nullable required
attendee_timezonestring required
case_idstring uuid nullable required
case_titlestring nullable
case_descriptionstring nullable
start_timestring required
duration_minutesinteger required
created_atstring required
is_test_meetingboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.