LinkedIn: After creating an account, monitoring must be started separately using the start monitoring endpoint.WhatsApp: QR code generation starts immediately after account creation. QR codes expire after 20 sec and are regenerated automatically.
Credit Usage: Real-time monitoring consumes 10 credits per day (1 credit every 144 minutes) per active LinkedIn account. WhatsApp pricing may differ - contact support for details.
Header Parameters
Your API key
Body Parameters
Platform type:
"linkedin"
or "whatsapp"
Name to identify this account
URL where webhook notifications will be sent
Country code used for this account
LinkedIn-specific Parameters
LinkedIn authentication token obtained from the login process
WhatsApp-specific Parameters
Phone number in international format (e.g., +33612345678)
URL for QR code notifications (defaults to webhook_url if not provided)
Response
Unique identifier for the created account
Platform type (linkedin or whatsapp)
Account name
URL where webhooks will be sent
Whether monitoring is currently active (false by default)
Whether the account is authenticated (WhatsApp only)
Whether QR code authentication is needed (WhatsApp only)
Country code used for this account (LinkedIn only)
LinkedIn-specific Response Fields
The LinkedIn authentication token (LinkedIn only)
WhatsApp-specific Response Fields
Phone number in international format (WhatsApp only)
URL for QR code notifications (WhatsApp only)
Account creation timestamp
Last update timestamp
Notes
- LinkedIn: Account created with
is_active: false
. Use start monitoring endpoint to begin receiving webhooks - WhatsApp: QR code generation starts immediately after account creation. QR codes expire after 20 sec and regenerate automatically
- LinkedIn: Credit consumption only begins when monitoring is started
- WhatsApp: To stop monitoring, delete the account entirely
- Each active account consumes credits independently