| title | Changelog |
|---|---|
| description | Versioned Lensmor API documentation updates, newly documented endpoints, behavior clarifications, and machine-readable resource changes. |
Track documentation updates, newly documented API capabilities, and behavior clarifications that may affect integrations.
Released July 24, 2026.
- 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.
- 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.
Released July 24, 2026.
- 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 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.
- 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.
Released July 19, 2026.
- 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.
- Updated OpenAPI metadata to version
0.23.1.
Released June 29, 2026.
- Clarified task-source behavior for
x-call-sourceon LinkedIn activity unlock and outreach message generation workflows. - Updated OpenAPI metadata to version
0.23.0.
- Added missing
taskCenterIdmetadata to the outreach message generation response schema. - Added missing
status,create_time, andupdate_timefields to the outreach message detail response schema.
Released June 18, 2026.
- 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.
Released June 12, 2026.
- 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.
- 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 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 all documented endpoints against the production API.
- Verified
openapi.json,api-catalog.json,llms.txt, andllms-full.txtas machine-readable documentation resources.