ApiUncategorized
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/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.
Authentication requiredAccount
Code Examples
curl -X GET '/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 |
