List attendees

Returns a paginated list of attendees for a given event.

By default only non-archived, non-draft, non-rejected attendees are
returned. Use the filter query parameters to change this scope.

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

Event public UUID (api_key). Used in all event-scoped API paths.

Query Params
integer
Defaults to 1
integer
≤ 24
Defaults to 24
string
boolean
boolean
boolean
boolean
boolean
boolean
string

Comma-separated list of attendee IDs.

string

Comma-separated list of attendee type IDs.

boolean

Filter by payment status. true returns only paid attendees, false returns only unpaid attendees. Omit to return all.

string

Partial match on the attendee's first name (SQL LIKE %value%).

string

Partial match on the attendee's last name (SQL LIKE %value%).

string

Partial match on the attendee's email (SQL LIKE %value%).

string

Partial match on the attendee's company (SQL LIKE %value%).

Responses

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