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.
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/post-likes" \ -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" }}Follow a lead POST
Follow a lead from this sender account — subscribe to their posts without sending a connection request. Counts against the sender's daily follow cap.
List direct actions GET
The direct actions (connection requests, messages, InMails, profile views) taken from this sender account, newest first.