Sign in

List guests

documented

List all guests for an event.

GET /api/1/events/{eventId}/guestsEventsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://evenium.com/api/1/events/{{$event_id}}/guests\" \n  -X GET \n  -H \"Accept: application/json\" \n  -H \"Content-Type: application/json\" \n  -H \"X-Evenium-Token: {{OAUTH2_ACCESS_TOKEN}}\"