Added
New Bulk Registration API Endpoint
over 3 years ago by Karim Hamza
We’re thrilled to announce the launch of our new bulk registration endpoint that lets you register multiple participants at the same time, instead of having to register them individually. This new POST /sessions/:id/people/bulk endpoint is based on an asynchronous, job-based mechanism:
- Subscribe to our new
job.createdandjob.endedwebhook triggers to be automatically informed when your jobs start/end. - Use the
POST /sessions/:id/people/bulkendpoint to start importing a batch of registrants. - Optionally use the
GET /jobs/:idendpoint to poll the latest status of your bulk registration job. - Be informed when your job ends with the
jobs.endedwebhook trigger. - Use the
GET /jobs/:id/tasksendpoint to retrieve the status of each individual task, along with the actual data of each successful registrant.
Check this new endpoint here →
Happy coding!
The Livestorm developer relationship team