v1
latestOpenAPI 3.1.02026-07-26359254.7 MBLinkedIn Accounts
List pending LinkedIn accounts
<small>Requires the channels:read scope (or a broader one that includes it).</small>
Returns all pending LinkedIn accounts that are awaiting connection.
get/v3/linkedin-accounts/pending
Response
List of pending LinkedIn accounts
Example response
[
{
"id": 50,
"name": "John Doe LinkedIn",
"connectionLink": "https://app.reply.io/connect/linkedin?token=abc123",
"expiresAtUtc": "2026-04-01T12:00:00Z",
"isExpired": false
}
]