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

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Response

List of pending LinkedIn accounts

id
integer
read-only

Unique identifier for the pending account

name
string

Display name of the pending account

URL to use for completing the connection

expiresAtUtc
string<date-time>

UTC timestamp when the connection link expires

isExpired
boolean

Whether the connection link has expired