Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.71 KB

File metadata and controls

36 lines (27 loc) · 1.71 KB

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. Get a valid user API key.
  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:

  • 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