social_connection.ad_account_status_changed{
"event": "social_connection.ad_account_status_changed",
"timestamp": "2026-07-15T10:30:00Z",
"account_id": 11073,
"location_id": null,
"data": {
"ad_account_id": "ad-77",
"previous_status": "active",
"current_status": "disabled",
"platform": "facebook",
"error_reason": "Payment method failed"
}
}curl --location 'https://your-api-server.com' \
--header 'X-Synup-Signature: sha256=Base64Signature==' \
--header 'Content-Type: application/json' \
--data '{
"event": "social_connection.ad_account_status_changed",
"timestamp": "2026-07-15T10:30:00Z",
"account_id": 11073,
"location_id": null,
"data": {
"ad_account_id": "ad-77",
"previous_status": "active",
"current_status": "disabled",
"platform": "facebook",
"error_reason": "Payment method failed"
}
}'{}