v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
LinkedIn Accounts

Toggle LinkedIn account status

<small>Requires the channels:operate scope (or a broader one that includes it).</small>

Toggles the enabled/disabled status of a LinkedIn account.

post/v3/linkedin-accounts/{id}/toggle-status

Path parameters

idinteger required

LinkedIn account ID

Response

Account status toggled successfully

status'disabled' | 'enabled' | 'dailyLimitReached' | 'cookieInvalid' required

New status of the account after toggling

Example response

{
  "status": "enabled"
}