Appearance
List LinkedIn orgs
Fetch full LinkedIn organization details (logos, vanity names, websites) for custom UI. No authentication required, just the tempToken from OAuth.
GET /v1/connect/linkedin/organizations
Fetch full LinkedIn organization details (logos, vanity names, websites) for custom UI. No authentication required, just the tempToken from OAuth.
Parameters
tempToken(query, string) required — The temporary LinkedIn access token from the OAuth redirectorgIds(query, string) required — Comma-separated list of organization IDs to fetch details for (max 100)
Responses
200 — Organization details fetched successfully
organizations(array)
400 — Missing required parameters or too many organization IDs
error(string)
500 — Failed to fetch organization details