Skip to main content
GET
/
v1
/
senders
/
{senderId}
/
whatsapp-sync
Get WhatsApp sync status
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
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

senderId
string
required

Response

Sync status.

sync
object
required

WhatsApp coexistence sync status.