Skip to main content
POST
/
linkedin-accounts
/
{id}
/
reconnect
Reconnect a LinkedIn account
curl --request POST \
  --url https://api.reply.io/v3/linkedin-accounts/{id}/reconnect \
  --header 'X-API-Key: <api-key>'
{
  "connectionLink": "https://app.reply.io/connect/linkedin?token=abc123"
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
integer
required

LinkedIn account ID to reconnect

Response

Reconnection link created successfully

A link for connecting a LinkedIn account via browser extension.

URL to use for connecting the LinkedIn account