Connect
List LinkedIn orgs
Returns LinkedIn organizations (company pages) the connected account has admin access to.
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
accountId*string
Response Body
application/json
application/json
{ "organizations": [ { "id": "12345678", "name": "Acme Corporation", "vanityName": "acme-corp", "localizedName": "Acme Corporation" }, { "id": "87654321", "name": "Acme Subsidiary", "vanityName": "acme-sub", "localizedName": "Acme Subsidiary" } ]}Was this page helpful?
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.
Switch LinkedIn account type
Switch a LinkedIn account between personal profile and organization (company page) posting.