Lensmor provides developer-facing access to the current public API contract exposed under https://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.
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 a valid user API key.
- 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.
- 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.
This documentation follows the current public API contract.
It does not include:
- PM draft endpoints that are not implemented in the current codebase
- Historical auth examples that still show
sk_... - Internal-only implementation details that are not part of the caller contract