List guests
GET/onair.guest.list
Returns a paginated list of guests for an On-Air event. Optionally filter by RSVP status.
Results are sorted by creation time in descending order (most recently added first).
Access: Organization and Personal.
Required scope: onair:read
OpenAPI Spec: onair.json
Request
Responses
- 200
- 400
- 401
- 500
A paginated list of guests.
Bad request.
Presented invalid authentication credentials.
An internal error occurred.