GET
/
statistics
/
sequences
/
{sequenceId}
/
LinkedIn
Sequence (LinkedIn)
curl --request GET \
  --url https://api.reply.io/v3/statistics/sequences/{sequenceId}/LinkedIn \
  --header 'X-API-Key: <api-key>'
{
  "totalPeopleContacted": 30,
  "connectionsSent": 30,
  "autoAcceptedConnections": 19,
  "autoConnectionsConversionRate": 63.33,
  "messagesSent": 0,
  "totalReplies": 0,
  "replyConversionRate": 0,
  "detailedActions": {
    "acceptedAutoConnections": 19,
    "sentAutoConnections": 30,
    "sentManualConnections": 0,
    "repliedAutoMessage": 0,
    "sentAutoMessage": 0,
    "sentManualMessage": 0,
    "repliedAutoConnectionNotes": 0,
    "sentAutoConnectionNotes": 0,
    "repliedAutoInMails": 0,
    "sentAutoInMails": 0,
    "sentManualInMails": 0,
    "manualProfileViews": 0,
    "autoProfileViews": 0,
    "likes": 0,
    "endorses": 0,
    "follows": 0
  }
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

sequenceId
integer
required

The ID of the sequence

Response

200 - application/json

Successful response

peopleContacted
integer

Total number of people contacted through LinkedIn

connectionsSent
integer

Total number of connection requests sent

autoAcceptedConnections
integer

Number of automatically accepted connections

autoConnectionsAcceptanceRate
number

Conversion rate for automatic connections (percentage)

messagesSent
integer

Total number of messages sent

replies
integer

Total number of replies received

replyRate
number

Overall reply rate (percentage)

detailedActions
object