Restart Socket
Supported & TestedRestart the background WhatsApp socket connection while retaining active session.
POSThttps://api.waplix.io/api/v1/client/reboot
Authentication
Authorization: Bearer YOUR_API_KEY Parameters Specification
| Parameter | Type | Required | Description |
|---|---|---|---|
| instance_id | string | Required | Waplix instance id slot |
instance_id
stringReq Waplix instance id slot
Request Payload Example
Request
curl -X POST "https://api.waplix.io/api/v1/client/reboot" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"instance_id": "demo_instance"
}'Success Response
Response · 200 OK
{
"success": true,
"message": "Client rebooted",
"data": {
"instance_id": "demo_instance",
"status": "rebooted"
},
"error": null
} Was this page helpful?