v0.21.0
Base URL
https://platform.lensmor.com
All endpoint paths in this documentation are relative to this base URL. For example, GET /external/events/list resolves to GET https://platform.lensmor.com/external/events/list.
Get an API key
Create an account at app.lensmor.com, upgrade to a paid subscription plan, then create a user API key from Settings → API Keys. Use the key with the API base URL above:What you can build
Find the right events
Search, filter, and rank trade shows by geography, category, quality, and profile fit.
Evaluate exhibitor opportunities
Match target accounts or buyer profiles against exhibitor data and related event presence.
Unlock event-level coverage
Move from preview results to full exhibitor and personnel access for a selected event.
Enrich contacts
Start asynchronous email unlock jobs and poll task status until contact data is ready.
Which endpoint should I use?
| If you have… | Start with | Why |
|---|---|---|
| A keyword, geography, or date range | Events list | Broad event catalog search. |
| A company website or buyer profile | Apply profile and get recommended events | Returns ranked events from profile context. |
| A known event ID | Exhibitors list or Personnel list | Shows event-scoped companies and people, with preview/full access semantics. |
| A company name and you want companies | Exhibitor company search | Precision-first company lookup. |
| A company name and you want events | Exhibitor event search | Finds events associated with that company. This can consume credits. |
| Personnel IDs and you need emails | Unlock contact emails | Starts an async email unlock task. |
Recommended integration path
Authenticate every request
Create a user API key and send it as
Authorization: Bearer uak_your_api_key.Check credits before paid workflows
Call
GET /external/credits/balance before event unlocks, email unlocks, or reverse event searches.Discover the event or account context
Use Events, Exhibitors, Personnel, Contacts, or Profile Matching endpoints depending on your workflow.
First request
Available resources
- Credits — inspect the API key owner’s current credit balance.
- Events — browse, score, rank, and inspect event details.
- Exhibitors — list exhibitors, search by company context, inspect profiles, and fetch related events.
- Personnel — list people, inspect profiles, and fetch related events.
- Contacts — search contacts, unlock emails, and poll unlock tasks.
- Profile Matching — apply profile inputs and retrieve recommended events or exhibitors.