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}/statusGet 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
| Name | In | Required | Type | Description |
|---|---|---|---|---|
accountId | path | Yes | string | Unique identifier for the LinkedIn account |
Request Body
No request body.
Responses
| Status | Description |
|---|---|
| 200 | Account status retrieved successfully |
| 404 | Account not found |
