POST
/
v1
/
webhooks
/
accounts
/
{account_id}
/
stop
Stop Webhook Monitoring
curl --request POST \
  --url https://api.linkupapi.com/v1/webhooks/accounts/{account_id}/stop \
  --header 'x-api-key: <x-api-key>'
{
  "account_id": "60f7b3b3e4b0c8a2d8e9f1a2",
  "is_active": false,
  "message": "Monitoring stopped successfully"
}
Stop real-time monitoring for a LinkedIn account to cease webhook notifications.

Header Parameters

x-api-key
string
required
Your API key

Path Parameters

account_id
string
required
The ID of the account to stop monitoring

Response

account_id
string
The account ID that was deactivated
is_active
boolean
Monitoring status (false when stopped)
message
string
Success confirmation message
{
  "account_id": "60f7b3b3e4b0c8a2d8e9f1a2",
  "is_active": false,
  "message": "Monitoring stopped successfully"
}

Notes

  • Stopping monitoring immediately disconnects from LinkedIn and stops all webhook delivery
  • The account configuration remains saved and can be restarted later
  • No webhooks will be sent while monitoring is stopped
  • Credit consumption continues for the full day even after stopping monitoring