Check in an attendee at a checkpoint

Checks in an attendee at the specified checkpoint. Looks up the attendee by UUID or email address. Marks the attendee as checked in and returns the updated checked-in count, the attendee ID, and any custom messages.

Fails with 422 if:

  • The attendee is not found or does not belong to this event
  • The checkpoint has reached capacity
  • The attendee is not in confirmed status
  • The attendee has an unpaid balance and their attendee type requires payment
  • The checkpoint type is 'unique' and the attendee is already checked in
  • The attendee's attendee type is not in the checkpoint's allowed list
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Event slug or numeric ID

integer
required

Checkpoint ID

Body Params
string
required

Attendee UUID or email address

Responses

401

Unauthorized

404

Checkpoint not found

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json