linkedin mentions
Resolve LinkedIn mention
Converts a LinkedIn profile or company URL to a URN for @mentions in posts. Person mentions require org admin access. Use the returned mentionFormat in post content.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
accountIdstring
The LinkedIn account ID
Query Parameters
urlstring
LinkedIn profile URL, company URL, or vanity name.
displayName?string
Exact display name as shown on LinkedIn. Required for person mentions to be clickable. Optional for org mentions.
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://getlate.dev/api/v1/accounts/string/linkedin-mentions?url=string"{
"urn": "urn:li:person:4qj5ox-agD",
"type": "person",
"displayName": "Miquel Palet",
"mentionFormat": "@[Miquel Palet](urn:li:person:4qj5ox-agD)"
}{
"error": "url parameter is required"
}{
"error": "Unauthorized"
}{
"error": "Member not found. Check the LinkedIn URL is correct."
}