connection.reauth_required{
"event": "connection.reauth_required",
"timestamp": "2026-07-15T14:40:18Z",
"account_id": 11073,
"location_id": "279381",
"data": {
"platform": "google",
"connected_account_id": "ba03bc4b-9f8c-4d3b-8e93-9628034c63cc",
"reason": "The Google account credentials are no longer valid. Please reconnect."
}
}curl --location 'https://your-api-server.com' \
--header 'X-Synup-Signature: sha256=Base64Signature==' \
--header 'Content-Type: application/json' \
--data '{
"event": "connection.reauth_required",
"timestamp": "2026-07-15T14:40:18Z",
"account_id": 11073,
"location_id": "279381",
"data": {
"platform": "google",
"connected_account_id": "ba03bc4b-9f8c-4d3b-8e93-9628034c63cc",
"reason": "The Google account credentials are no longer valid. Please reconnect."
}
}'{}