Skip to main content
GET
/
linkedin-accounts
/
pending
List pending LinkedIn accounts
curl --request GET \
  --url https://api.reply.io/v3/linkedin-accounts/pending \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": 50,
    "name": "John Doe LinkedIn",
    "connectionLink": "https://app.reply.io/connect/linkedin?token=abc123",
    "expiresAtUtc": "2026-04-01T12:00:00Z",
    "isExpired": false
  }
]

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Response

List of pending LinkedIn accounts

id
integer
required

Unique identifier for the pending account

name
string
required

Display name of the pending account

URL to use for completing the connection

expiresAtUtc
string<date-time>
required

UTC timestamp when the connection link expires

isExpired
boolean
required

Whether the connection link has expired