Facebook Pixel
APILinkedIn Account

LinkedIn Account

Manage LinkedIn account status via API. Monitor account health, track activity history, and check warmup status for safe automation.

LinkedIn Account

Manage your LinkedIn account status, view activity history, and monitor warmup progress. These endpoints help you ensure account health and track engagement activity before performing automated actions.

Available Endpoints

Get Account Status →

GET /linkedin/account/status

Retrieve the current status of the default LinkedIn account for the authenticated user. Returns account health, enabled state, and last activity timestamp. Use this to verify account connectivity before performing actions.


Get Account Status by ID →

GET /linkedin/account/{accountId}/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 Activity History →

GET /linkedin/account/{accountId}/activity

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.

Query Parameters:

  • page - Page number for pagination (starts at 1)
  • limit - Number of activities per page (max 100)
  • type - Filter by activity type: comment, reaction, or all

Get Account Warmup Status →

GET /linkedin/account/{accountId}/warmup

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.


Refresh Warmup Status →

POST /linkedin/account/{accountId}/warmup/refresh

Force recalculation of warmup status for a LinkedIn account. Use this after manual activities or to update stale warmup data. Recalculates based on recent activity history and updates the cached status.


Use Cases

  • Account monitoring: Track account health and status across multiple LinkedIn accounts
  • Warmup tracking: Ensure new accounts are properly warmed up before high-volume operations
  • Activity auditing: Review engagement history for compliance or optimization
  • Automation safety: Check warmup status before running automated campaigns