ApiUncategorized
Refresh account warmup status
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.
POST
/account/{accountId}/warmup/refreshRefresh account warmup status
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.
Authentication requiredAccount
Code Examples
curl -X POST '/linkedin/account/<accountId>/warmup/refresh' \ -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 refreshed successfully |
