Direct actions
The direct actions (connection requests, messages, InMails, profile views) taken from this sender account, newest first.
Authorization
bearerAuth AuthorizationBearer <token>
An API key created under Settings → API & Webhooks.
In: header
Path Parameters
id*string
Query Parameters
type?string
Value in
- "invitation"
- "message"
- "inmail"
- "profile_view"
- "follow"
- "post_like"
- "post_comment"
status?string
Value in
- "pending"
- "sent"
- "accepted"
- "withdrawn"
- "failed"
limit?integer
Page size, 1–100.
Range
1 <= value <= 100Default
50offset?integer
Number of records to skip.
Range
0 <= valueDefault
0Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/accounts/string/actions"{ "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" } ], "paging": { "limit": 0, "offset": 0 }}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.
Look up a profile GET
Resolve a LinkedIn profile by its public identifier (the username in linkedin.com/in/<identifier>) from this sender account. A silent read — no profile view is registered.