v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
LinkedIn Accounts

Create a connection link

<small>Requires the channels:write scope (or a broader one that includes it).</small>

Creates a new connection link for connecting a LinkedIn account via browser extension. Also creates a pending account entry.

post/v3/linkedin-accounts/connection-link

Request body

namestring required

Display name for the LinkedIn account being connected

Example request

{
  "name": "John Doe LinkedIn"
}

Response

Connection link created successfully

connectionLinkstring

URL to use for connecting the LinkedIn account

pendingAccountIdinteger

ID of the pending LinkedIn account created for this connection attempt

Example response

{
  "connectionLink": "https://app.reply.io/connect/linkedin?token=abc123",
  "pendingAccountId": 50
}