Exhibitor related events
List events related to a single exhibitor. Use this endpoint when you want the event history or current event associations for one exhibitor profile.Endpoint
GET /external/exhibitors/events
Authentication
See AuthenticationSuccess status code
200 OK
Query parameters
| Name | Required | Type | Notes |
|---|---|---|---|
exhibitor_id | Yes | string | Numeric-string exhibitor identifier. |
page | No | integer | Defaults to 1. |
pageSize | No | integer | Defaults to 20; maximum 100. |
Response example
Error responses
400 Bad Request401 Unauthorized404 Not Found
Notes
- Event items reuse the shared public event-item shape.
- Pagination behavior follows the shared Pagination conventions.
- Request-side
exhibitor_idis snake_case, while response-side identifiers remainidandeventId. - This endpoint requires
exhibitor_id; if you only havecompany_name, usePOST /external/exhibitors/search-events.