v0.25.0
Released August 10, 2026.Added
- Documented
GET /external/personnel/events/by-namefor reverse-looking up events from an exact personnel full name. - Documented
person_name, optional event-start date bounds, event pagination, the fixed50-person candidate window, active-paid-user access, credit behavior, and the per-user concurrency limit of10. - Added
search_personnel_events_by_nameto the Actions precheck contract.
Changed
- Updated OpenAPI metadata to version
0.25.0and regenerated the machine-readable documentation resources.
v0.24.3
Released August 6, 2026.Changed
- Refreshed the current documentation version after the July attendee-source and visitor-availability documentation update.
- Regenerated machine-readable documentation resources so
openapi.jsonandllms-full.txtreport the current documentation version. - Updated OpenAPI metadata to version
0.24.3.
v0.24.2
Released July 30, 2026.Added
- Documented the
sourceTypequery parameter onGET /external/personnel/listfor filtering event personnel byexhibitor,social, orvisitors. - Documented the
hasVisitorsresponse field on public event list and detail records.
Clarified
- Clarified that
hasVisitorsis a Visitor-data availability signal and does not prove the caller has unlocked Visitor access. - Clarified that the public event list documentation does not expose a
has_visitorsquery filter yet. - Updated OpenAPI metadata to version
0.24.2.
v0.24.1
Released July 24, 2026.Added
- Added the Attendee source taxonomy that maps product labels to API values: Exhibitor (
exhibitor), Social Signals (social), and Visitor (visitors). - Added an attendee-intelligence guide for field marketing, account-based event planning, sales engagement, and CRM enrichment workflows.
- Added Simplified Chinese navigation and translations for the core onboarding, attendee, access, and contact-unlock documentation.
Changed
- Clarified that
sourceTypeis a non-exclusive array and that personnel profile and contact search can aggregate labels across associated events. - Clarified that Visitor represents registered attendees obtained through organizer or data-provider partnerships and remains a separate access layer from base event access.
- Added attendee source labels to Personnel List, Personnel Profile, and Contact Search OpenAPI examples.
- Updated OpenAPI metadata to version
0.24.1.
v0.24.0
Released July 24, 2026.Added
- Added
POST /external/events/{id}/visitors/unlockfor the3000-credit visitor data layer after base event access is unlocked. - Added
POST /external/events/{id}/full-access/unlockfor atomic base event plus visitor access, with dynamic0–5000credit usage. - Added
unlock_event_visitorsandunlock_event_full_accessaction prechecks with access-state, visitor-availability, subscription, and expected-credit details. - Added
addonAmount,addonBalance, andaddonExpireAtto the credit-balance contract.
Changed
- Changed personnel and contact
sourceTypefrom a nullable string to a normalized array containingexhibitor,social, and/orvisitors. - Clarified that exhibitor company search and exhibitor event search consume
50credits only when the result is non-empty; empty results consume no credits. - Documented phone unlock at
150credits per chargeable contact. - Added
sponsor_match_starredto the exhibitor event-search request and documentedsponsorMatchStarredplus the canonicalLensmorevent data source. - Added
linkedin_message_typesand typed LinkedIn InMail, connection-note, and connected-message response variants.
Fixed
- Added phone, phone-unlock, event-count, and outreach status fields to the shared contact response contract.
- Updated email and phone unlock submission responses to cover both asynchronous
acceptedand no-worksuccessoutcomes, including skipped personnel details. - Updated OpenAPI metadata to version
0.24.0.
v0.23.1
Released July 19, 2026.Fixed
- Standardized current API-key guidance on the Business
sk_format across human and LLM-facing documentation. - Defined the event fit score as a
0–10value with the exactprofile_match,matched_exhibitor_density, andevent_scalebreakdown fields. - Added the dedicated recommended-exhibitor response contract, including
recommendationProcessing, fallbackcode,show_refresh_hint, and the item-levelreasonfield.
Changed
- Updated OpenAPI metadata to version
0.23.1.
v0.23.0
Released June 29, 2026.Changed
- Clarified task-source behavior for
x-call-sourceon LinkedIn activity unlock and outreach message generation workflows. - Updated OpenAPI metadata to version
0.23.0.
Fixed
- Added missing
taskCenterIdmetadata to the outreach message generation response schema. - Added missing
status,create_time, andupdate_timefields to the outreach message detail response schema.
v0.22.0
Released June 18, 2026.Added
- Added documentation for phone number unlock workflow:
POST /external/contacts/unlock-phone— start an asynchronous phone number unlock job.GET /external/contacts/unlock-phone-tasks/{taskId}— poll phone unlock task status and retrieve results.
- Added documentation for AI-powered outreach message generation:
POST /external/personnel/generate-outreach-message— generate personalized outreach messages for personnel.GET /external/personnel/outreach— retrieve generated outreach message content.
- Converted existing endpoint pages (contacts unlock, unlock task, LinkedIn activity unlock) to OpenAPI-driven format with interactive playground support.
- Updated OpenAPI metadata to version
0.22.0.
v0.21.0
Released June 12, 2026.Added
- Added exhibitor buying-signal fields to supported exhibitor responses:
buyingSignalsbuyingSignalTagsbuyingSignalStatus
- Added LinkedIn activity fields to personnel list responses:
linkedinActivitylinkedinActivityStatus
- Added documentation for the LinkedIn activity unlock workflow.
- Added documentation for action precheck requests.
- Added
api-catalog.jsonas the machine-readable API catalog.
Changed
- Updated API key guidance to direct users to app.lensmor.com, where subscribed accounts can create keys from Settings -> API Keys.
- Clarified that API calls use
https://platform.lensmor.comas the base URL. - Clarified that API usage and Lensmor SaaS usage share the same credit balance.
- Updated OpenAPI metadata to version
0.21.0.
Fixed
- Fixed event unlock examples so
balanceAftermatches the production response shape. - Fixed pagination guidance for locked event preview pages.
- Fixed machine-readable documentation links for
openapi.json,api-catalog.json,llms.txt, andllms-full.txt. - Removed internal implementation wording from public documentation copy.
Verified
- Verified all documented endpoints against the production API.
- Verified
openapi.json,api-catalog.json,llms.txt, andllms-full.txtas machine-readable documentation resources.