Exhibitor search by company name
Search exhibitors directly from a company name using a precision-first matcher. Use this endpoint when you have a company name and want paginated exhibitor results without resolvingexhibitor_id first.
Endpoint
POST /external/exhibitors/search-by-company-name
Authentication
See AuthenticationSuccess status code
201 Created
Request body
| Name | Required | Type | Notes |
|---|---|---|---|
company_name | Yes | string | Company name input. Incomplete names are allowed, but matching stays precision-first. |
page | No | integer | Defaults to 1. |
pageSize | No | integer | Defaults to 20; maximum 100. |
Response example
Error responses
400 Bad Request401 Unauthorized
Notes
- This endpoint returns exhibitors. To get events from a company name instead, use
POST /external/exhibitors/search-events. - No matches return an empty paginated success response rather than
404 Not Found. 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 omitted when empty.