Skip to main content

Lensmor API

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.

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

  1. Obtain a valid user API key. API access is available to paying customers — contact hello@lensmor.com to purchase.
  2. Send requests to https://platform.lensmor.com with Authorization: Bearer uak_your_api_key.
  3. Read Authentication before calling any endpoint.
  4. 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