Begin real-time monitoring for a registered LinkedIn account to receive webhook notifications.
LinkedIn Only: This endpoint only works for LinkedIn accounts. WhatsApp monitoring starts automatically after QR authentication.
Credit Usage: Starting monitoring will consume 10 credits per day (1 credit every 144 minutes) for this account.
Path Parameters
The ID of the account to start monitoring
Response
The account ID that was activated
Monitoring status (true when started)
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