Synchronizes WAHA sessions with the database. Creates missing DB records for orphan sessions and cleans up stale entries. Requires admin role.
cURL
curl --request POST \ --url https://api.wappfy.io/api/admin/sync-waha-instances \ --header 'Authorization: Bearer <token>'
{ "message": "Operation completed successfully" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sync result summary
Human-readable result message
"Operation completed successfully"
Was this page helpful?