Blocking Certain API Calls in Camunda

Hello Everyone!
Let’s say, I want Camunda not to respond to certain REST api calls such as a GET request for getting the process instance id. Should I use the Spring Security for this purpose or is there a some other way in Camunda to achieve this?
Thank You.

Hey Arnab!
We do have a Best Practice section for securing Camunda’s Rest API. I would use this restrict access to the api for different users / groups.
https://camunda.com/best-practices/securing-camunda/#_securing_camunda_s_strong_rest_api_strong
Hopefully you can work with this input. :slight_smile:
Best,
Thomas