Skip to main content
POST
/
api
/
linkedin
/
management
/
user
/
connections
/linkedin/management/user/connections
curl --request POST \
  --url https://api.anysite.io/api/linkedin/management/user/connections \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "timeout": 300,
  "connected_after": 1114905601,
  "count": 1
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

access-token
string
header
required

Headers

access-token
string
required

Body

application/json
account_id
string<uuid>
required

Can be obtained on the accounts page: https://app.horizondatawave.ai/accounts

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
connected_after
integer | null

Filter users that added after the specified date. Accepts timestamp

Required range: x > 1114905600
count
integer | null

Max result count

Required range: x > 0

Response

Successful Response