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

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.

Path Parameters

id
integer
required

Sequence Id

Required range: x >= 1

Response

List of LinkedIn accounts retrieved successfully

id
integer

Unique identifier for the LinkedIn account

name
string

Name of the LinkedIn account

profileUrl
string | null

LinkedIn profile URL

status
enum<string>

Current status of the LinkedIn account

Available options:
Disabled,
Enabled,
DailyLimitReached,
CookieInvalid