v3

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-012582298.4 KB
Social Sets

Resolve LinkedIn organization from URL

Resolve a LinkedIn company/school URL into organization metadata that can be used to build LinkedIn mention syntax in post text.

This endpoint is resolver-only and is not a general organization search endpoint.

Mention format: @[Company Name](urn:li:organization:123456)

Required permission: READ access to the social set.

get/v2/social-sets/{social_set_id}/linkedin/organizations/resolve

Path parameters

social_set_idinteger required

Query parameters

organization_urlstring required

Public LinkedIn organization URL (company or school profile).

Example:https://www.linkedin.com/company/typefullycom

Public LinkedIn organization URL (company or school profile).

Response

Resolved LinkedIn organization metadata

idstring required

LinkedIn organization ID

urnstring required

LinkedIn organization URN, usable in mention syntax

mention_textstring required

Ready-to-use LinkedIn mention syntax to paste into post text.

namestring nullable

Organization display name

vanity_namestring nullable

LinkedIn vanity name

descriptionstring nullable

Organization description

websitestring nullable

Organization website

logo_urlstring nullable

Organization logo URL

urlstring nullable

Public LinkedIn company URL

Example response

{
  "id": "86779668",
  "urn": "urn:li:organization:86779668",
  "mention_text": "@[Typefully](urn:li:organization:86779668)"
}