added
New Bulk Registration API Endpoint
over 2 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.created
andjob.ended
webhook triggers to be automatically informed when your jobs start/end. - Use the
POST /sessions/:id/people/bulk
endpoint to start importing a batch of registrants. - Optionally use the
GET /jobs/:id
endpoint to poll the latest status of your bulk registration job. - Be informed when your job ends with the
jobs.ended
webhook trigger. - Use the
GET /jobs/:id/tasks
endpoint 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