Skip to main content
POST
/
linkedin-accounts
/
connection-link
Create a connection link
curl --request POST \
  --url https://api.reply.io/v3/linkedin-accounts/connection-link \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "name": "John Doe LinkedIn"
}
'
{
  "connectionLink": "https://app.reply.io/connect/linkedin?token=abc123",
  "pendingAccountId": 50
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Body

application/json

Request body for creating a new LinkedIn connection link.

name
string
required

Display name for the LinkedIn account being connected

Response

Connection link created successfully

A connection link with the associated pending account ID.

URL to use for connecting the LinkedIn account

pendingAccountId
integer
required

ID of the pending LinkedIn account created for this connection attempt