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

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

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

ID of the pending LinkedIn account created for this connection attempt