cURL
curl --request GET \ --url https://api.zavu.dev/v1/senders/{senderId}/whatsapp-sync \ --header 'Authorization: Bearer <token>'
200
Example
{ "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 } }}
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).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sync status.
WhatsApp coexistence sync status.
Show child attributes