Get the current sync status for a sender’s WhatsApp coexistence account. Only available for senders connected in coexistence mode (WhatsApp Business App + Cloud API).
curl --request GET \
--url https://api.zavu.dev/v1/senders/{senderId}/whatsapp-sync \
--header 'Authorization: Bearer <token>'{
"sync": {
"isCoexistence": true,
"status": "active",
"history": {
"status": "completed",
"canSync": false,
"requestedAt": "2024-01-15T10:00:00Z",
"completedAt": "2024-01-15T10:05:00Z"
},
"contacts": {
"status": "not_requested",
"canSync": true,
"requestedAt": null
}
}
}curl --request GET \
--url https://api.zavu.dev/v1/senders/{senderId}/whatsapp-sync \
--header 'Authorization: Bearer <token>'{
"sync": {
"isCoexistence": true,
"status": "active",
"history": {
"status": "completed",
"canSync": false,
"requestedAt": "2024-01-15T10:00:00Z",
"completedAt": "2024-01-15T10:05:00Z"
},
"contacts": {
"status": "not_requested",
"canSync": true,
"requestedAt": null
}
}
}