Skip to main content
GET
/
api
/
v1
/
contacts
/
sync
/
history
Get Sync History
curl --request GET \
  --url https://api.example.com/api/v1/contacts/sync/history
{
  "history": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "account_name": "<string>",
      "sync_type": "<string>",
      "status": "<string>",
      "contacts_count": 123,
      "started_at": "<string>",
      "completed_at": "<string>",
      "error_message": "<string>"
    }
  ],
  "total": 123
}

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

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0

Response

Successful Response

Response with contact sync history.

history
ContactSyncHistoryItem · object[]
required
total
integer
required