Skip to main content
GET
List up to 6 unique attendees for an event

Authorizations

Api-Token
string
header
required

Server-to-server authentication. Generate a token in the admin UI at Settings → Developers → API Access. Send the raw token in the Api-Token header — there is no Bearer prefix.

Tokens can be marked read-only at creation time, in which case the API rejects any non-GET request with 403 Forbidden.

Query Parameters

pagination
boolean

Enable or disable pagination

event
string
event[]
string[]
statusRsvp
string
statusRsvp[]
string[]
statusRegistration
string
statusRegistration[]
string[]
user
string
user[]
string[]
external
string
external[]
string[]
event.type
string
event.type[]
string[]
productPrice
string
productPrice[]
string[]
isInvited
boolean
order[user.lastName]
enum<string>
default:asc
Available options:
asc,
desc
order[event.dateTimeBegin]
enum<string>
default:asc
Available options:
asc,
desc
order[user.validFeeDate]
enum<string>
default:asc
Available options:
asc,
desc
order[isInvited]
enum<string>
default:asc
Available options:
asc,
desc
exists[external]
boolean
exists[user]
boolean
exists[canceledAt]
boolean
exists[parentAttendee]
boolean

Response

200 - application/json

EventAttend collection

id
integer
read-only
user
object | null
external
object | null