Lensmor provides developer-facing access to event, exhibitor, personnel, contact, and profile-matching data through a public API contract under https://platform.lensmor.com/external/*.
This repository hosts the public documentation site for developers integrating with Lensmor — an AI-native event intelligence platform for B2B teams.
Use the API to:
- Check credit balance before running credit-consuming workflows
- Browse and inspect event data
- Search exhibitors using company context and optional event scope
- Retrieve exhibitor and personnel profiles
- Search contacts with company-based inputs and unlock contact emails
- Request profile-matching recommendations for discovery workflows
https://platform.lensmor.com
All documented paths are relative to this base URL. For example:
GET /external/events/listPOST /external/exhibitors/search
- Obtain a valid user API key. API access is available to paying customers — contact hello@lensmor.com to purchase.
- Send requests to
https://platform.lensmor.com. - Include the authorization header on every request.
- Browse the full interactive docs at api.lensmor.com or use the reference files in this repository.
Authorization: Bearer uak_your_api_keycurl -X GET "https://platform.lensmor.com/external/events/list?page=1&pageSize=20" \
-H "Authorization: Bearer uak_your_api_key"index.mdx— overview and quick startauthentication.mdx— authentication and authorization formatapi-reference/openapi.json— OpenAPI 3.1 specification for customer-facing endpointsapi-reference/credits/— credit balance endpointconcepts/errors.mdx— shared error conventionsconcepts/pagination.mdx— pagination behaviorconcepts/identifiers.mdx— public identifier conventionsconcepts/credits-and-access.mdx— credit costs, preview access, and unlock behaviorconcepts/rate-limits.mdx— rate-limit headers and429behaviorapi-reference/events/— event endpointsapi-reference/exhibitors/— exhibitor endpointsapi-reference/personnel/— personnel endpointsapi-reference/contacts/— contact search and email unlock endpointsapi-reference/profile-matching/— recommendation endpoints
- Build event discovery workflows
- Match exhibitors to a company profile or target audience
- Enrich sales, partnership, or market research pipelines
- Explore people and organizations connected to relevant events
pnpm dlx mintlify devThis documentation reflects the current customer-facing public API contract only. It excludes agent-only, debug, deprecated, internal, and historical draft references that are not part of the external developer experience.
Built by Lensmor — AI-native event intelligence platform. Turn trade show data into qualified pipeline.