cURL
curl --request POST \ --url https://api.linkupapi.com/v1/network/accept-invitation \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data '{ "shared_secret": "<string>", "entity_urn": "<string>", "country": "<string>", "login_token": "<string>" }'
{ "status": "success", "message": "Invitation accepted successfully" }
Accept a pending LinkedIn connection invitation
shared_secret
entity_urn
/v1/network/invitations
Was this page helpful?