Facebook Pixel
ApiUncategorized

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/{accountId}/status

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.

Authentication requiredAccount

Code Examples

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

Parameters

NameInRequiredTypeDescription
accountIdpathYesstringUnique identifier for the LinkedIn account

Request Body

No request body.

Responses

StatusDescription
200Account status retrieved successfully
404Account not found