Exhibitors list
List exhibitors for a specific event. Use this endpoint when you want a paginated exhibitor catalog scoped to one event, with keyword, country, category, and industry filters.Endpoint
GET /external/exhibitors/list
Authentication
See AuthenticationSuccess status code
200 OK
Query parameters
| Name | Required | Type | Notes |
|---|---|---|---|
event_id | Yes | string | Event identifier used to scope the exhibitor list. Supports either Event.eventId or internal Event.id. |
page | No | integer | Defaults to 1. |
pageSize | No | integer | Defaults to 20; maximum 100. |
keyword | No | string | Exhibitor keyword search. |
country | No | string | Country filter. |
category | No | string[] | Exhibitor category filters; repeated query params are supported. |
industry | No | string[] | Exhibitor industry filters; repeated query params are supported. |
Response example
Error responses
400 Bad Request401 Unauthorized404 Not Found
Notes
- This endpoint is event-scoped and requires
event_idon every request. matched_event_idsreflects the requested event scope.techStacksis always returned as an array; when no data is available, the API returnstechStacks: [].categoriesis an optional string array of exhibitor business categories. It is event-scoped when the query is event-scoped and omitted when empty.