cURL
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>", "custom_data": {} } }'
{ "linkedin_profile_id": 123 }
Successful response
The response is of type object.
object