cURL
curl --request GET \ --url https://api.example.com/meetings
[ { "id": 123, "meeting_start": "<string>", "meeting_end": "<string>", "meeting_app": "<string>", "title": "<string>", "attendees": "<string>", "note": "<string>", "detection_source": "<string>", "created_at": "<string>" } ]
Returns detected and manually started meetings with transcriptions.
OK
Was this page helpful?