POST
/
v1
/
webhooks
/
accounts
/
{account_id}
/
start
Start Webhook Monitoring
curl --request POST \
  --url https://api.linkupapi.com/v1/webhooks/accounts/{account_id}/start \
  --header 'x-api-key: <x-api-key>'
{
  "account_id": "60f7b3b3e4b0c8a2d8e9f1a2",
  "is_active": true,
  "message": "Monitoring started successfully"
}
Begin real-time monitoring for a registered LinkedIn account to receive webhook notifications.
Monitoring must be explicitly started after creating an account. Only active accounts will send webhooks.
Credit Usage: Starting monitoring will consume 10 credits per day (1 credit every 144 minutes) for this account. This feature is extremely powerful for real-time LinkedIn messaging.

Header Parameters

x-api-key
string
required
Your API key

Path Parameters

account_id
string
required
The ID of the account to start monitoring

Response

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

Notes

  • Starting monitoring establishes a persistent connection to LinkedIn
  • Webhooks will be sent to the configured webhook URL in real-time
  • The system automatically handles reconnections if the connection drops
  • Each account maintains its own monitoring process
  • Credit consumption begins immediately when monitoring starts
  • Stopping and restarting monitoring will not affect daily credit usage