REST API security access

1
  How to make REST APi’s secure? Following this learning path given an example of its implementation: There provided an example but without any security, so every one can access data using an API. So how to add security? So you need to authorize in order to retrieve this data?  
asked
1 answers
5

REST calls can be secure. If you set the user role for the microflow that retrieves the objects only users with that role are able to call this REST procedure. See also the documentation here: https://docs.mendix.com/refguide/published-rest-service#1-introduction

Regards,

Ronald

 

answered