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.
/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.
Code Examples
curl -X GET 'https://api.connectsafely.ai/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 |
Get account status
Retrieve the current status of the default LinkedIn account for the authenticated user. Returns account health, enabled state, and last activity timestamp. Use this to verify account connectivity before performing actions.
Get account activity history
Retrieve paginated history of all activities performed by a LinkedIn account including comments, reactions, and other engagements. Useful for tracking account behavior, auditing actions, and monitoring engagement patterns.
