Connect
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.
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
{ "message": "LinkedIn account connected successfully", "account": { "accountId": "64e1f0a9e2b5af0012ab34cd", "platform": "linkedin", "username": "johndoe", "displayName": "John Doe", "profilePicture": "https://media.licdn.com/...", "isActive": true, "accountType": "personal" }}Was this page helpful?