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

# List LinkedIn accounts

`GET /v3/linkedin-accounts`

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

Returns all LinkedIn accounts for the authenticated user.

## Response `200`

List of LinkedIn accounts

- object[]
  - `id` integer — Unique identifier for the LinkedIn account
  - `name` string — Display name of the LinkedIn account
  - `status` 'disabled' | 'enabled' | 'dailyLimitReached' | 'cookieInvalid' — Current status of the account
  - `profileUrl` string, nullable — URL to the LinkedIn profile
  - `photoUrl` string, nullable — URL to the profile photo
  - `ownerUserId` integer — ID of the user who owns this account
  - `accountType` 'public' | 'salesNavigator' | 'premium', nullable — Type of LinkedIn account
  - `authType` 'cookie' | 'credentials' — Authentication method used
  - `cookieStatus` 'notValid' | 'valid' | 'neverValidated' — Status of the LinkedIn authentication cookie
  - `usage` object, nullable — Daily usage statistics for a LinkedIn account.
    - `connectionRequests` integer — Number of connection requests sent today
    - `messages` integer — Number of messages sent today
    - `salesNavigatorConnectionRequests` integer — Number of Sales Navigator connection requests sent today
    - `inMails` integer — Number of InMails sent today
    - `viewProfiles` integer — Number of profiles viewed today
    - `likeRecentPosts` integer — Number of recent posts liked today
    - `detects` integer — Number of profile detections today
    - `revokeConnections` integer — Number of connections revoked today
    - `endorseSkills` integer — Number of skills endorsed today
    - `followProfile` integer — Number of profiles followed today
  - `limits` object, nullable — Daily limits configuration for a LinkedIn account.
    - `limitsMode` 'Fixed' | 'Ranged', required — Limits mode
    - `rangeMin` object — Minimum values for ranged limits mode
      - `dailyDetectCount` integer — Daily limit for profile detections
      - `dailySendConnectionRequestCount` integer — Daily limit for sending connection requests
      - `dailySendMessageCount` integer — Daily limit for sending messages
      - `dailySendSalesNavigatorConnectionRequestCount` integer — Daily limit for Sales Navigator connection requests
      - `dailyInMailCount` integer — Daily limit for InMails
      - `dailyViewProfileCount` integer — Daily limit for viewing profiles
      - `dailyLikeRecentPostsCount` integer — Daily limit for liking recent posts
      - `dailyRevokeConnectionCount` integer — Daily limit for revoking connections
      - `dailyEndorsedSkillsCount` integer — Daily limit for endorsing skills
      - `dailyFollowedProfilesCount` integer — Daily limit for following profiles
    - `rangeMax` object — Maximum values for ranged limits mode
      - `dailyDetectCount` integer — Daily limit for profile detections
      - `dailySendConnectionRequestCount` integer — Daily limit for sending connection requests
      - `dailySendMessageCount` integer — Daily limit for sending messages
      - `dailySendSalesNavigatorConnectionRequestCount` integer — Daily limit for Sales Navigator connection requests
      - `dailyInMailCount` integer — Daily limit for InMails
      - `dailyViewProfileCount` integer — Daily limit for viewing profiles
      - `dailyLikeRecentPostsCount` integer — Daily limit for liking recent posts
      - `dailyRevokeConnectionCount` integer — Daily limit for revoking connections
      - `dailyEndorsedSkillsCount` integer — Daily limit for endorsing skills
      - `dailyFollowedProfilesCount` integer — Daily limit for following profiles
    - `fixedMax` object — Fixed maximum values for fixed limits mode
      - `dailyDetectCount` integer — Daily limit for profile detections
      - `dailySendConnectionRequestCount` integer — Daily limit for sending connection requests
      - `dailySendMessageCount` integer — Daily limit for sending messages
      - `dailySendSalesNavigatorConnectionRequestCount` integer — Daily limit for Sales Navigator connection requests
      - `dailyInMailCount` integer — Daily limit for InMails
      - `dailyViewProfileCount` integer — Daily limit for viewing profiles
      - `dailyLikeRecentPostsCount` integer — Daily limit for liking recent posts
      - `dailyRevokeConnectionCount` integer — Daily limit for revoking connections
      - `dailyEndorsedSkillsCount` integer — Daily limit for endorsing skills
      - `dailyFollowedProfilesCount` integer — Daily limit for following profiles
  - `userLimitValues` object, nullable — Individual daily limit values for LinkedIn automation actions.
    - `dailyDetectCount` integer — Daily limit for profile detections
    - `dailySendConnectionRequestCount` integer — Daily limit for sending connection requests
    - `dailySendMessageCount` integer — Daily limit for sending messages
    - `dailySendSalesNavigatorConnectionRequestCount` integer — Daily limit for Sales Navigator connection requests
    - `dailyInMailCount` integer — Daily limit for InMails
    - `dailyViewProfileCount` integer — Daily limit for viewing profiles
    - `dailyLikeRecentPostsCount` integer — Daily limit for liking recent posts
    - `dailyRevokeConnectionCount` integer — Daily limit for revoking connections
    - `dailyEndorsedSkillsCount` integer — Daily limit for endorsing skills
    - `dailyFollowedProfilesCount` integer — Daily limit for following profiles
  - `revokeSettings` object, nullable — Connection revocation settings for a LinkedIn account.
    - `enabled` boolean, required — Whether automatic connection revocation is enabled
    - `periodDays` integer, required — Number of days after which connections are revoked
  - `voiceProfile` object, nullable — Voice profile associated with a LinkedIn account.
    - `voiceProfileId` integer, nullable — ID of the voice profile
    - `voiceProfileName` string — Name of the voice profile
    - `isDefault` boolean — Whether this is the default voice profile

## 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 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)
