Skip to main content
GET
/
api
/
v1
/
contacts
/
sync
/
status
Get Sync Status
curl --request GET \
  --url https://api.example.com/api/v1/contacts/sync/status
[
  {
    "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "account_name": "<string>",
    "contacts_synced_count": 123,
    "can_sync": true,
    "last_sync_at": "<string>",
    "last_sync_status": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.wazzapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string | null

Response

Successful Response

account_id
string<uuid>
required
account_name
string
required
contacts_synced_count
integer
required
can_sync
boolean
required
last_sync_at
string | null
last_sync_status
string | null