Documentation Index
Fetch the complete documentation index at: https://api.lensmor.com/llms.txt
Use this file to discover all available pages before exploring further.
Personnel related events by LinkedIn
Resolve a person from their LinkedIn profile URL and return their related events. Use this endpoint when you have a LinkedIn profile URL instead of apersonnel_id and need both the matched personnel profile and their associated events.
Endpoint
GET /external/personnel/events/by-linkedin
Authentication
See AuthenticationSuccess status code
200 OK
Query parameters
| Name | Required | Type | Notes |
|---|---|---|---|
linkedin_url | Yes | string | Provide a valid LinkedIn profile URL. Query strings, fragments, and trailing slashes are ignored. |
page | No | integer | Defaults to 1. |
pageSize | No | integer | Defaults to 20; maximum 100. |
Response example
Error responses
400 Bad Request401 Unauthorized404 Not Found
Notes
personnelreuses the same public profile shape as Personnel profile details, includingemailandcontactUnlockStatus.eventsreuses the same paginated event-item shape as Personnel related events.- If the matched person has no related events,
eventsreturns an empty paginated success response rather than404 Not Found.