Skip to main content
POST
/
v3
/
reporting
/
linkedin
/
overview
Get LinkedIn reporting overview
curl --request POST \
  --url https://api.reply.io/v3/reporting/linkedin/overview \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "filters": {
    "from": "2026-01-01T00:00:00Z",
    "to": "2026-03-01T00:00:00Z",
    "dateRangePreset": "lastWeek",
    "teamIds": [
      123
    ],
    "userIds": [
      123
    ],
    "contactListIds": [
      123
    ],
    "emailValidationStatuses": [
      "requiresValidation"
    ],
    "companies": [
      "<string>"
    ],
    "companySizes": [
      "empty"
    ],
    "industries": [
      "<string>"
    ],
    "cities": [
      "<string>"
    ],
    "states": [
      "<string>"
    ],
    "countries": [
      "<string>"
    ],
    "titles": [
      "<string>"
    ],
    "sequenceIds": [
      123
    ],
    "includeOutOfSequence": false,
    "emailProviders": [
      "none"
    ],
    "linkedInAccountIds": [
      123
    ]
  }
}
'
{
  "connectionsSent": 123,
  "connectionsAccepted": 123,
  "connectionsAcceptedPercentage": 123,
  "messagesSent": 123,
  "replied": 123,
  "repliedPercentage": 123,
  "inMailsSent": 123,
  "inMailsReplied": 123,
  "inMailsRepliedPercentage": 123,
  "connectionNotesSent": 123,
  "connectionNotesReplied": 123,
  "connectionNotesRepliedPercentage": 123,
  "profileViews": 123,
  "likes": 123,
  "follows": 123,
  "endorses": 123,
  "regularMessagesSent": 123,
  "regularMessagesReplied": 123,
  "regularMessagesRepliedPercentage": 123
}

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.

Body

application/json
filters
LinkedIn Reporting Filters · object
required

Filters specific to LinkedIn reporting endpoints

Response

LinkedIn overview retrieved successfully

LinkedIn engagement metrics overview

connectionsSent
integer

Number of connection requests sent

connectionsAccepted
integer

Number of connection requests accepted

connectionsAcceptedPercentage
number<double>

Connection acceptance rate as a percentage (0–100)

messagesSent
integer

Number of LinkedIn messages sent

replied
integer

Number of message replies received

repliedPercentage
number<double>

Message reply rate as a percentage (0–100)

inMailsSent
integer

Number of InMails sent

inMailsReplied
integer

Number of InMail replies received

inMailsRepliedPercentage
number<double>

InMail reply rate as a percentage (0–100)

connectionNotesSent
integer

Number of connection notes sent

connectionNotesReplied
integer

Number of connection note replies received

connectionNotesRepliedPercentage
number<double>

Connection notes reply rate as a percentage (0–100)

profileViews
integer

Number of profile views

likes
integer

Number of likes

follows
integer

Number of follows

endorses
integer

Number of endorsements

regularMessagesSent
integer

Number of regular messages sent

regularMessagesReplied
integer

Number of regular message replies received

regularMessagesRepliedPercentage
number<double>

Regular messages reply rate as a percentage (0–100)