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.
/account/statusGet 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.
Code Examples
curl -X GET 'https://api.connectsafely.ai/linkedin/account/status' \ -H 'Authorization: Bearer <your_api_key>' \Parameters
No parameters.
Request Body
No request body.
Responses
| Status | Description |
|---|---|
| 200 | Account status retrieved successfully |
| 404 | No LinkedIn account found |
LinkedIn Account API
Manage LinkedIn account status via API. Monitor account health, track activity history, and check warmup status for safe automation.
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.
