Documentation Index
Fetch the complete documentation index at: https://api.lensmor.com/llms.txt
Use this file to discover all available pages before exploring further.
Exhibitor search by company name
Search exhibitors directly by company name.Endpoint
POST /external/exhibitors/search-by-company-name
Authentication
See AuthenticationSuccess status code
201 Created
Request body
| Field | Required | Type | Notes |
|---|---|---|---|
company_name | Yes | string | Company name to search for. |
page | No | integer | Defaults to 1. |
pageSize | No | integer | Defaults to 20, max 100. |
Response body
Top-level fields
| Field | Type | Notes |
|---|---|---|
items | object[] | Same exhibitor summary shape as GET /external/exhibitors/list items[]. |
total | integer | Total matched exhibitors. |
page | integer | Current page number. |
pageSize | integer | Page size used for this response. |
totalPages | integer | 0 when total is 0. |
hasMore | boolean | true when another page exists. |
Response example
Error responses
400 Bad Requestwhencompany_nameis empty or invalid.401 Unauthorizedwhen the API key is missing, malformed, or invalid.
Notes
- No matches return an empty success response rather than
404. matched_event_idsis an empty array when no event scope or match data exists.techStacksis always returned as an array.