---
title: "List pending LinkedIn accounts"
method: GET
path: "/v3/linkedin-accounts/pending"
tags: ["LinkedIn Accounts"]
---

# List pending LinkedIn accounts

`GET /v3/linkedin-accounts/pending`

<small>_Requires the `channels:read` scope (or a broader one that includes it)._</small>

Returns all pending LinkedIn accounts that are awaiting connection.

## Response `200`

List of pending LinkedIn accounts

- object[]
  - `id` integer — Unique identifier for the pending account
  - `name` string — Display name of the pending account
  - `connectionLink` string — 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

## Other responses

- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to view pending LinkedIn accounts
- `429` — Too Many Requests

---

[API](https://skmtc.net/reply/apis/reply-api.md) · [All operations](https://skmtc.net/reply/apis/reply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reply/reply-api/versions/1c3d32eaf95e/schema)
