Skip to main content
Reading attendance requires checkins:read. Recording attendance requires checkins:write.

List check-ins

Optional filters:
  • contactId
  • clubId
  • classId
  • bookingId
  • startDate and endDate as ISO 8601 date-times
  • limit from 1 to 100 and offset
When both dates are present, the range cannot exceed 92 days. Results are ordered by attendance date, newest first. Each record includes its customer, gym, class, booking, membership, and external program summaries when they exist.

Get a check-in

Check in a booking

Resolve the booking with the bookings endpoint, then send its ID:
Body fields:
  • bookingId (required) - the booking to check in.
  • clubId (optional) - the gym the attendance is recorded against. 1Club derives the club from the booking, or from its class, so you almost never send it. Supply it only for a booking on an organization-wide event, which carries no club of its own; the club must belong to the authorized organization.
1Club applies the same rules as a dashboard check-in:
  • The booking must belong to the authorized organization.
  • The booking must be confirmed or pending. Any other status - cancelled, already checked_in, or a no-show - is rejected with 400.
  • Check-in must be inside the configured window.
  • Required payment must already be settled.
  • The booking cannot already have a check-in. A second attempt returns 409.
A successful request returns 201 Created with the attendance record and changes the booking status to checked_in atomically.
This endpoint checks in an existing booking. Use the 1Club dashboard for walk-ins, direct membership entry, payment collection, and anonymous entry.