Radio Group
A radio group field allows a single selection from a predefined list of options.
Request
Bash
curl -X POST "https://your-event-domain.com/api/v2/exhibitor/set" \
-H "Authorization: Bearer your_api_key_here" \
-F "event_id=7" \
-F "exhibitor_id=1200" \
-F "booth_type=Premium"
Notes
-
Pass the field's system name as the parameter key (e.g.
booth_type) -
The value must exactly match one of the configured options for that field
-
Only one value can be selected — passing a new value replaces the previous selection