v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
LinkedIn 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

idinteger

Unique identifier for the pending account

namestring

Display name of the pending account

connectionLinkstring

URL to use for completing the connection

expiresAtUtcstring date-time

UTC timestamp when the connection link expires

isExpiredboolean

Whether the connection link has expired

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
  }
]