Facebook Pixel
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}/warmup

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.

Authentication requiredAccount

Code Examples

curl -X GET '/linkedin/account/<accountId>/warmup' \
-H 'Authorization: Bearer <your_api_key>' \

Parameters

NameInRequiredTypeDescription
accountIdpathYesstringUnique identifier for the LinkedIn account

Request Body

No request body.

Responses

StatusDescription
200Warmup status retrieved successfully