POST
/
actions
/
linkedin-peopleid-from-salesnavigatorid
/
run
/
live
curl --request POST \
  --url https://api.captaindata.com/v4/actions/linkedin-peopleid-from-salesnavigatorid/run/live \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "input": {
    "sales_navigator_profile_id": "<string>"
  }
}'
{
  "linkedin_profile_id": 123
}

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

Successful response

The response is of type object.