Skip to main content
POST
/
api
/
admin
/
sync-waha-instances
Sync WAHA instances with database
curl --request POST \
  --url https://api.wappfy.io/api/admin/sync-waha-instances \
  --header 'Authorization: Bearer <token>'
{
  "message": "Operation completed successfully"
}

Authorizations

Authorization
string
header
required

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

Response

Sync result summary

message
string
required

Human-readable result message

Example:

"Operation completed successfully"