When to use this endpoint
UseGET /external/exhibitors/profile after an exhibitor has been selected from an event list, company search, or recommendation result.
This endpoint is best for showing a company profile card and retrieving the compact event references embedded on that profile. Use Exhibitor related events if you need a paginated event list.
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. |
Request example
Response example
Response fields
| Field | Description |
|---|---|
id | Exhibitor identifier. |
companyName, domain, website | Company identity and web presence fields. |
description, industry, employeeCount, country | Company metadata. |
logo, linkedinUrl, fundingRound | Optional enrichment fields. |
matched_event_ids | Event identifiers connected to the exhibitor when available. |
events | Compact related event references. |
events[].eventId | Public event identifier to use when another endpoint asks for event_id. |
Error responses
400 Bad Request401 Unauthorized404 Not Found429 Too Many Requests
Notes
- This endpoint currently supports
exhibitor_idlookup. - In embedded event objects, the event identifier is returned as
eventId. Use that value when another endpoint asks forevent_id. - Older examples that imply
company_namelookup should not be treated as current behavior.