v1
latestOpenAPI 3.1.02026-07-26359254.7 MBLinkedIn Accounts
List LinkedIn accounts
<small>Requires the channels:read scope (or a broader one that includes it).</small>
Returns all LinkedIn accounts for the authenticated user.
get/v3/linkedin-accounts
Response
List of LinkedIn accounts
Example response
[
{
"id": 10,
"name": "John Doe",
"status": "enabled",
"profileUrl": "https://www.linkedin.com/in/johndoe",
"photoUrl": "https://media.licdn.com/photo.jpg",
"ownerUserId": 42,
"accountType": "premium",
"authType": "cookie",
"cookieStatus": "valid"
}
]