How to create a hall
Use this guide when you need to add a new hall to an event.
Request
Bash
curl -X POST "https://your-event-domain.com/api/v2/floorplan/setHall" \
-H "Authorization: Bearer your_api_key_here" \
-F "event_id=7" \
-F "name=Hall A"
Notes
-
Hall names must be unique within the event venue
-
is_conferenceandis_checkin_zonedefault tofalse— set them explicitly if needed -
Store the returned
id— this is thehall_idyou'll need when creating stands