How to export meetings for a specific participant

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_to to narrow to a specific period

  • Use account_id from GET /api/v2/account/get or GET /api/v2/participants/{eventId}/list