connection.listing_inaccessible{
"event": "connection.listing_inaccessible",
"timestamp": "2026-07-15T14:42:55Z",
"account_id": 11073,
"location_id": "279381",
"data": {
"platform": "facebook",
"connected_account_id": "cf12de77-2211-4a09-b7c1-0a6f3b2e91aa",
"reason": "The connected Facebook account no longer has access to this listing."
}
}curl --location 'https://your-api-server.com' \
--header 'X-Synup-Signature: sha256=Base64Signature==' \
--header 'Content-Type: application/json' \
--data '{
"event": "connection.listing_inaccessible",
"timestamp": "2026-07-15T14:42:55Z",
"account_id": 11073,
"location_id": "279381",
"data": {
"platform": "facebook",
"connected_account_id": "cf12de77-2211-4a09-b7c1-0a6f3b2e91aa",
"reason": "The connected Facebook account no longer has access to this listing."
}
}'{}