Sign in

List hotels

documented

Retrieve hotels associated with an event.

GET /api/1/events/{eventId}/hotelsAccommodationsno 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/{{$eventId}}/hotels?fields={{$fields}}" \
  -X GET \
  -H "X-Evenium-Token: {{EVENIUM_TOKEN}}" \
  -H "Accept: application/json"
List hotels · Evenium · OpenIntegrations