Starting a process for a logged user with Rest API

After activating the authorization for the Rest-API in Camunda in the web.xml bei adding the Filter, I would like to log in with the Camunda Rest Api and start a process. Is that possible? What would the
rest -call look like for a logged in user?

You just have to add the authorization header to your rest request. It should be of type that is accepted and understood by the rest API. Out of the box, it’s basicauth.

1 Like

Thank you, can you post an example?
that would be nice :slight_smile:

best regards