How to update an exhibitor's social media links

Use this guide when you need to set or update the social media profile URLs for an exhibitor.


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 "external_id=EXT-001" \
  -F "linkedin_page=https://linkedin.com/company/acme-corp" \
  -F "facebook_page=https://facebook.com/acmecorp" \
  -F "twitter_page=https://twitter.com/acmecorp" \
  -F "instagram_page=https://instagram.com/acmecorp" \
  -F "youtube_page=https://youtube.com/@acmecorp"

Notes

  • Pass only the social links you want to update — other fields are unaffected

  • To clear a social link, pass an empty string: linkedin_page=