Skip to main content
GET
/
linkedin
/
received-connections
Get my received connection invitations
curl --request GET \
  --url https://api.harvest-api.com/linkedin/received-connections \
  --header 'X-API-Key: <api-key>'
{
  "element": {
    "receivedInvitations": [
      {
        "invitationId": "<string>",
        "invitationSenderId": "<string>",
        "sharedSecret": "<string>",
        "sender": {
          "firstName": "<string>",
          "lastName": "<string>",
          "id": "<string>",
          "publicIdentifier": "<string>",
          "linkedinUrl": "<string>"
        }
      }
    ],
    "myProfile": {
      "id": "<string>",
      "firstName": "<string>",
      "lastName": "<string>"
    }
  },
  "status": "<string>",
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.harvest-api.com/llms.txt

Use this file to discover all available pages before exploring further.

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 received connections

element
object
status
string
error
string