How to link a news item to an exhibitor

Use this guide when you need to associate a news article with a specific exhibitor.


What you'll need before starting

What you need

Where to get it

Exhibitor ID

GET /api/v2/exhibitor/getList or GET /api/v2/exhibitors/{eventId}/list


Bash
curl -X POST "https://your-event-domain.com/api/v2/news/set" \
  -H "Authorization: Bearer your_api_key_here" \
  -F "event_id=7" \
  -F "id=83" \
  -F "exhibitor_id=42"

Notes

  • exhibitor_id must be the internal exhibitor ID — not an External ID

  • If the exhibitor is not found, a non-fatal error is added but the news item is still saved