Skip to main content
POST
/
linkedin-accounts
/
{id}
/
toggle-status
Toggle LinkedIn account status
curl --request POST \
  --url https://api.reply.io/v3/linkedin-accounts/{id}/toggle-status \
  --header 'X-API-Key: <api-key>'
{
  "status": "Enabled"
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
integer
required

LinkedIn account ID

Response

Account status toggled successfully

Response after toggling a LinkedIn account status.

status
enum<string>
required

New status of the account after toggling

Available options:
Disabled,
Enabled,
DailyLimitReached,
CookieInvalid