Get account activity history
Retrieve paginated history of all activities performed by a LinkedIn account including comments, reactions, and other engagements. Useful for tracking account behavior, auditing actions, and monitoring engagement patterns.
/account/{accountId}/activityGet account activity history
Retrieve paginated history of all activities performed by a LinkedIn account including comments, reactions, and other engagements. Useful for tracking account behavior, auditing actions, and monitoring engagement patterns.
Code Examples
curl -X GET 'https://api.connectsafely.ai/linkedin/account/<accountId>/activity' \ -H 'Authorization: Bearer <your_api_key>' \Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
accountId | path | Yes | string | Unique identifier for the LinkedIn account |
page | query | No | number | Page number for pagination (starts at 1) |
limit | query | No | number | Number of activities to return per page (max 100) |
type | query | No | string | Filter by activity type: comment (only comments), reaction (only likes/reactions), all (everything) |
Request Body
No request body.
Responses
| Status | Description |
|---|---|
| 200 | Activity history retrieved successfully |
Get specific account status
Retrieve the current status of a specific LinkedIn account by ID. Returns account health, enabled state, session validity, and last activity. Useful for multi-account setups to check individual account status.
Get account warmup status
Check if a LinkedIn account has completed its warmup period. New accounts require gradual activity increase to avoid restrictions. Returns warmup status (not_started, in_progress, completed, stale), days active, and total actions performed.
