Follow a lead from this sender account — subscribe to their posts without sending a connection request. Counts against the sender's daily follow cap.
Authorization
bearerAuth An API key created under Settings → API & Webhooks.
In: header
Path Parameters
Header Parameters
Unique key per action (e.g. a UUID). Reusing it replays the first response instead of sending again, so a retry can't double-send. Recommended on all writes.
length <= 255Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/accounts/string/follows" \ -H "Content-Type: application/json" \ -d '{ "profileUrl": "string" }'{ "data": { "id": "string", "accountId": "string", "type": "invitation", "status": "pending", "profileUrl": "string", "publicIdentifier": "string", "postUrl": "string", "leadId": "string", "note": "string", "error": "string", "sentAt": "2019-08-24T14:15:22Z", "acceptedAt": "2019-08-24T14:15:22Z", "withdrawnAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z" }}Comment on the lead's last post POST
Comment on the lead's most recent LinkedIn post from this sender account with the exact text you provide. Counts against the sender's daily post-comment cap. Returns 422 when the lead has no recent post.
Like the lead's last post POST
Like the lead's most recent LinkedIn post from this sender account. Counts against the sender's daily post-like cap. Returns 422 when the lead has no recent post.