Batch check-in/check-out attendees

Submits multiple check-in or check-out operations for background processing. Designed for offline sync scenarios where the check-in app accumulates operations while offline and submits them in bulk when connectivity is restored.

Each entry in the checkpoints array specifies an attendee UUID, checkpoint ID, action type, and optional action timestamp. Returns 200 immediately; operations run in the background.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Event slug or numeric ID

Body Params
checkpoints
array of objects
required

Array of check-in/check-out operations to process asynchronously

checkpoints*
Responses
200

Operations enqueued successfully

401

Unauthorized

404

Event not found

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!