List attendees checked in at a checkpoint

Returns a paginated list of distinct attendees who have checked in at the specified checkpoint. Supports filtering by current check-in/check-out status, keyword search (matches attendee name or email), and sorting. The response includes a total_records meta field with the distinct attendee count.

When only_ids is present, returns a flat array of attendee IDs instead of full resources.

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

Query Params
integer

Page number (default: 1)

integer

Page size (max: 24, default: 24)

string

When present, filters to attendees currently checked in (not checked out)

string

When present, filters to attendees who have checked out

string

Search term to filter attendees by name, email, or other keyword fields

string

Sort field and direction (e.g. 'first_name asc', 'created_at desc')

string

When present, returns only an array of attendee IDs instead of full resources

string

Comma-separated relationships to include

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