v1
latestOpenAPI 3.1.02026-07-22285495.1 KBAttendees
Record an event check-out
Marks the attendee identified by the supplied QR code as checked out of the event. Accepts the same QR code formats as the check-in endpoint (raw code or Zuddl deep-link URL).
Required API key scopes: WRITE
This API can only be called with an access key that was generated for Backend usage.
post/v1/events/{eventId}/attendees/attendance/checkout
Path parameters
eventIdstring required
Unique identifier of the event
Request body
Example request
{
"qrCode": "EAFPSNAB2I",
"occurredAt": "2026-06-12T14:33:00Z"
}Response
Check-out recorded
Example response
{
"registrationId": "4fcebf73-3ddb-4fe6-b56d-5dd7dedb7c3d",
"accountId": "9e2b6d4a-6c3a-4a7e-8d24-1c2f8a31a812",
"speakerId": "d812a64f-8865-4289-9024-9a120792c3d8",
"role": "ATTENDEE",
"action": "CHECK_IN",
"recordedAt": "2026-06-12T14:33:00Z"
}