How to export all meetings for an event

How to export all meetings for an event

Use this guide when you need to retrieve all meeting records for an event.


Request

Bash
curl -X GET "https://your-event-domain.com/api/v2/meetings/export?event_id=7&page=1&per_page=100" \
  -H "Authorization: Bearer your_api_key_here"

Notes

  • Each confirmed meeting generates two rows: one for the Sender and one for the Receiver

  • Maximum per_page is 500

  • Paginate using next until it returns null

  • Use order_by=time and order=ASC for chronological sort