Exhibitor Custom Field — Text and Text Area

Text / Text Area

Text and text area fields accept free-form string values. Text fields are single-line; text area fields accept multi-line input. Both are handled identically at the API level.


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 "sustainability_statement=Acme is committed to carbon-neutral operations by 2030."

Notes

  • Pass the field's system name as the parameter key (e.g. sustainability_statement)

  • The value is a free-form string — there is no option matching

  • To clear the field, pass an empty value