Skip to content

LensmorOfficial/API-Doc

Lensmor API

License: MIT API Docs

Lensmor provides developer-facing access to event, exhibitor, personnel, contact, and profile-matching data through a public API contract under https://platform.lensmor.com/external/*.

This repository hosts the public documentation site for developers integrating with Lensmor — an AI-native event intelligence platform for B2B teams.

Why Lensmor API

Use the API to:

  • Check credit balance before running credit-consuming workflows
  • Browse and inspect event data
  • Search exhibitors using company context and optional event scope
  • Retrieve exhibitor and personnel profiles
  • Search contacts with company-based inputs and unlock contact emails
  • Request profile-matching recommendations for discovery workflows

Base URL

https://platform.lensmor.com

All documented paths are relative to this base URL. For example:

  • GET /external/events/list
  • POST /external/exhibitors/search

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.
  3. Include the authorization header on every request.
  4. Browse the full interactive docs at api.lensmor.com or use the reference files in this repository.
Authorization: Bearer uak_your_api_key

Example request

curl -X GET "https://platform.lensmor.com/external/events/list?page=1&pageSize=20" \
  -H "Authorization: Bearer uak_your_api_key"

Main documentation entry points

  • index.mdx — overview and quick start
  • authentication.mdx — authentication and authorization format
  • api-reference/openapi.json — OpenAPI 3.1 specification for customer-facing endpoints
  • api-reference/credits/ — credit balance endpoint
  • concepts/errors.mdx — shared error conventions
  • concepts/pagination.mdx — pagination behavior
  • concepts/identifiers.mdx — public identifier conventions
  • concepts/credits-and-access.mdx — credit costs, preview access, and unlock behavior
  • concepts/rate-limits.mdx — rate-limit headers and 429 behavior
  • api-reference/events/ — event endpoints
  • api-reference/exhibitors/ — exhibitor endpoints
  • api-reference/personnel/ — personnel endpoints
  • api-reference/contacts/ — contact search and email unlock endpoints
  • api-reference/profile-matching/ — recommendation endpoints

Typical use cases

  • Build event discovery workflows
  • Match exhibitors to a company profile or target audience
  • Enrich sales, partnership, or market research pipelines
  • Explore people and organizations connected to relevant events

Local preview

pnpm dlx mintlify dev

Scope

This documentation reflects the current customer-facing public API contract only. It excludes agent-only, debug, deprecated, internal, and historical draft references that are not part of the external developer experience.


Built by Lensmor — AI-native event intelligence platform. Turn trade show data into qualified pipeline.

About

Official API documentation for Lensmor — access global trade show, exhibitor, and contact data for event intelligence workflows

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors