cURL
curl --request POST \ --url https://api.linkupapi.com/v1/network/connect \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data '{ "linkedin_url": "<string>", "message": "<string>", "country": "<string>", "login_token": "<string>" }'
{ "status": "success", "message": "Connection request sent successfully" }
Send a connection request to a LinkedIn profile
Was this page helpful?