v1
latestOpenAPI 3.1.02026-07-26359254.7 MBLinkedIn Accounts
Get a LinkedIn account
<small>Requires the channels:read scope (or a broader one that includes it).</small>
Returns a single LinkedIn account by ID.
get/v3/linkedin-accounts/{id}
Path parameters
idinteger required
LinkedIn account ID
Response
LinkedIn account details
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"
}