API Authentication

Hi,
Is it possible to use any kind of authentication when using the REST APIs?
As it seems as long as I know the url and the table name I can get any data
I.e.
https://example.backendless.app/api/data/tablename
Is there no way to put any kind of authentication on the end point?

Hi Paul,

It is possible and recommended to apply security settings for an application that reaches the production stage. Backendless provides a rich security system that can be customized to fit almost any requirement.

Please see the links below for an overview of the security system:
https://backendless.com/docs/rest/users_global_permissions.html
https://backendless.com/docs/rest/users_asset_container_permissions.html
https://backendless.com/docs/rest/users_asset_permissions.html
https://backendless.com/docs/rest/data_security.html

Kind regards,
Mark