Lensmor API
Lensmor provides developer-facing access to the current public API contract exposed underhttps://platform.lensmor.com/external/*.
Use this site to understand authentication, shared response conventions, and the available resources for events, exhibitors, personnel, contacts, and profile matching.
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.
Quick start
- 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.comwithAuthorization: Bearer uak_your_api_key. - Read Authentication before calling any endpoint.
- Browse the API Reference by resource in the left navigation.
Available resources
- Events — browse, score, rank, and inspect event details.
- Exhibitors — list exhibitors, search by profile inputs, inspect profiles, and fetch related events.
- Personnel — list people, inspect profiles, and fetch related events.
- Contacts — search contacts with company-based query inputs.
- Profile Matching — request paged recommendation results and retrieve recommended exhibitors for an event.
Shared conventions
Scope of this documentation
This documentation follows the current public API contract. It does not include:- Internal-only implementation details that are not part of the caller contract