REST authentication

Hello,

I’m building a DB and I want to get data with REST API but I don’t want that anyone can access it but only get/post/delete messages who have an header with appId and appToken. Someone can explain me the way t do it?

Thank you

Hello Marco,

please read about Data security https://backendless.com/docs/rest/doc.html#data_security . Also you always should provide applicationId and apiKey to use any backendless API, but it should be in the uri not in the header.