Skip to main content
GET
/
sequences
/
{id}
/
linkedin-accounts
List LinkedIn accounts for a sequence
curl --request GET \
  --url https://api.reply.io/v3/sequences/{id}/linkedin-accounts \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": 42,
    "name": "John Doe",
    "profileUrl": "https://www.linkedin.com/in/johndoe",
    "status": "Enabled"
  }
]

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
integer
required

Sequence Id

Required range: x >= 1

Response

List of LinkedIn accounts retrieved successfully

id
integer
required

Unique identifier for the LinkedIn account

name
string
required

Name of the LinkedIn account

status
enum<string>
required

Current status of the LinkedIn account

Available options:
Disabled,
Enabled,
DailyLimitReached,
CookieInvalid
profileUrl
string | null

LinkedIn profile URL