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
Senderand one for theReceiver -
Maximum
per_pageis500 -
Paginate using
nextuntil it returns null -
Use
order_by=timeandorder=ASCfor chronological sort