Facebook Pixel
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/status

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.

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

StatusDescription
200Account status retrieved successfully
404No LinkedIn account found