List LinkedIn orgs
Fetch full LinkedIn organization details (logos, vanity names, websites) for custom UI. No authentication required, only the tempToken from OAuth.
Authorization
bearerAuth API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Query Parameters
The temporary LinkedIn access token from the OAuth redirect
Comma-separated list of organization IDs to fetch details for (max 100)
Response Body
application/json
application/json
{ "organizations": [ { "id": "12345678", "logoUrl": "https://media.licdn.com/dms/image/v2/...", "vanityName": "acme-corp", "website": "https://acme.com", "industry": "Technology", "description": "Leading provider of innovative solutions" }, { "id": "87654321", "logoUrl": "https://media.licdn.com/dms/image/v2/...", "vanityName": "example-inc", "website": "https://example.com" }, { "id": "11111111" } ]}Select the Page whose Instagram account to connect
Saves the selected Page as an Instagram account connected via Facebook Login. The Page access token becomes the account's access token, so every Instagram call for it runs against the Facebook Graph host. One Instagram account per profile: if the profile already has an Instagram account, this replaces it, and picking a different Instagram identity purges the previous account's conversations, external posts and stats.
Select LinkedIn org
Complete the LinkedIn connection flow. Set accountType to "personal" or "organization" to connect as a company page. Use X-Connect-Token if connecting via API key.