Skip to main content
POST
/
api
/
v1
/
contacts
/
sync
Sync Contacts
curl --request POST \
  --url https://api.example.com/api/v1/contacts/sync \
  --header 'Content-Type: application/json' \
  --data '
{
  "whatsapp_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "success": true,
  "message": "<string>",
  "job_id": "<string>",
  "status": "pending"
}

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

Body

application/json

Request to sync contacts from WhatsApp.

whatsapp_account_id
string<uuid>
required
sync_type
string
default:full

Response

Successful Response

Response from contact sync initiation.

success
boolean
required
message
string
required
job_id
string | null
status
string
default:pending