TLDR; Sending GET request with no auth token at all returns results, even with restrictive Data protection rules on the data type.
Any toughts on why authentication isn’t respected here? The Bubble Manual says that auth to the data entity is perfomed through the Privacy rules. I have those in place and the “Everyone else” field is completely empty, which should restrict access to this data object type for unauthenticated users. But this is not the case. So the whole world has access to these data types.
That was it @Jici thank you. It was B. Item with empty organization. The lack of Org parameter must have counted as and empty field and returned the integrations with empty Orgs. Thanks so much.