Skip to main content
GET
/
linkedin
/
sent-connections
Get my sent connection invitations
curl --request GET \
  --url https://api.harvest-api.com/linkedin/sent-connections \
  --header 'X-API-Key: <api-key>'
{
  "element": {
    "sentInvitations": [
      {
        "invitationId": "<string>",
        "firstName": "<string>",
        "lastName": "<string>",
        "inviterId": "<string>",
        "sharedSecret": "<string>"
      }
    ],
    "myProfile": {
      "firstName": "<string>",
      "lastName": "<string>",
      "id": "<string>",
      "publicIdentifier": "<string>",
      "linkedinUrl": "<string>"
    }
  },
  "status": "<string>",
  "error": "<string>"
}
This endpoint works only with custom accounts. Please check the Using Custom Accounts guide for more details on how to set up and use custom accounts.

Authorizations

X-API-Key
string
header
required

Query Parameters

LinkedIn cookies. Please check https://docs.harvest-api.com/guides/custom-accounts for more details on how to get and use the cookies.

proxy
string

Proxy to use for this request. More details - https://docs.harvest-api.com/guides/custom-accounts

userAgent
string

User-Agent to use for this request. More details - https://docs.harvest-api.com/guides/custom-accounts

Response

Successfully retrieved sent connections

element
object
status
string
error
string