ApiUncategorized
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.
GET
/account/{accountId}/warmupGet 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.
Authentication requiredAccount
Code Examples
curl -X GET '/linkedin/account/<accountId>/warmup' \ -H 'Authorization: Bearer <your_api_key>' \Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
accountId | path | Yes | string | Unique identifier for the LinkedIn account |
Request Body
No request body.
Responses
| Status | Description |
|---|---|
| 200 | Warmup status retrieved successfully |
