How to create a hall

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_conference and is_checkin_zone default to false — set them explicitly if needed

  • Store the returned id — this is the hall_id you'll need when creating stands