How to export meetings for a specific participant
Use this guide when you need all meetings associated with a specific participant account.
Request
Bash
curl -X GET "https://your-event-domain.com/api/v2/meetings/export?event_id=7&account_id=18632" \
-H "Authorization: Bearer your_api_key_here"
Notes
-
Results include all meetings where the account is either the Sender or the Receiver
-
Combine with
time_from/time_toto narrow to a specific period -
Use
account_idfromGET /api/v2/account/getorGET /api/v2/participants/{eventId}/list