Exhibitor profile details
Fetch the profile for a single exhibitor. Use this endpoint when you already know the exhibitor identifier and need a profile-style response with related event references.Endpoint
GET /external/exhibitors/profile
Authentication
See AuthenticationSuccess status code
200 OK
Query parameters
| Name | Required | Type | Notes |
|---|---|---|---|
exhibitor_id | Yes | string | Numeric-string exhibitor identifier. |
Response example
Error responses
400 Bad Request401 Unauthorized404 Not Found
Notes
- The current public query contract supports
exhibitor_idonly. matched_event_idsis an empty array when no event scope or match data exists.- The embedded
eventsarray is not paginated; it is populated from the first 20 associated events only. categoriesis an optional string array of exhibitor business categories. It is omitted when empty.- In embedded event objects, the event identifier is returned as
eventId. Use that value when another endpoint asks forevent_id. - Older PM text that implies
company_namelookup should not be treated as current behavior.