Skip to main content
POST
/
v3
/
linkedin-accounts
/
connect
Create a direct connection link
curl --request POST \
  --url https://api.reply.io/v3/linkedin-accounts/connect \
  --header 'Authorization: Bearer <token>'
{
  "connectionLink": "https://app.reply.io/connect/linkedin?token=abc123"
}

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.

Response

Direct connection link created successfully

A link for connecting a LinkedIn account via browser extension.

URL to use for connecting the LinkedIn account