Fetch event guests
Public API
Fetch event guests
Retrieve RSVP guests for a published public event
GET
Fetch event guests
Endpoint
Authentication
Path parameters
Unique event identifier.
Query parameters
Results per page (1-100).
Pagination offset.
RSVP filter:
yes, maybe, no, or all.Request example
Response
Privacy rules
Only public events are eligible
Only public events are eligible
Guest lists are returned only for events with
visibility: public and status: published.Sensitive fields are stripped
Sensitive fields are stripped
Emails, phone numbers, and private contact details are never returned.
Anonymous guests are filtered
Anonymous guests are filtered
Only guests linked to user profiles are included.
Error codes
| Status | Description |
|---|---|
400 | Invalid query parameters |
401 | API key missing or invalid |
404 | Event not found or not public |
Next steps
Get /events/{eventId}
Fetch the parent event object and metadata.
Get /users/{username}/events
Use organizer-level event listings with pagination.