v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Sequence LinkedIn Accounts

List LinkedIn accounts for a sequence

<small>Requires the sequences:read scope (or a broader one that includes it).</small>

Returns all LinkedIn accounts available for the sequence

get/v3/sequences/{id}/linkedin-accounts

Path parameters

idinteger required

Sequence Id

Response

List of LinkedIn accounts retrieved successfully

idinteger

Unique identifier for the LinkedIn account

namestring

Name of the LinkedIn account

profileUrlstring nullable

LinkedIn profile URL

status'disabled' | 'enabled' | 'dailyLimitReached' | 'cookieInvalid'

Current status of the LinkedIn account

Example response

[
  {
    "id": 42,
    "name": "John Doe",
    "profileUrl": "https://www.linkedin.com/in/johndoe",
    "status": "enabled"
  }
]