Darshan Hiranandani : What is the best approach for linking Camunda SaaS with Laravel PHP through REST API?

Hi everyone,

I’m new to Camunda and am currently exploring the Camunda SaaS Platform 8. I’m looking to integrate this with my Laravel PHP web application and would like to connect using the REST API. I’ve been using GuzzleHTTP for this purpose but am having trouble finding the correct endpoints.

Specifically, I’m struggling to locate the base_URI, process_definition, and process_definition_key. Could anyone provide guidance on how to obtain these details or point me to relevant documentation?

Any help or suggestions you can provide would be greatly appreciated. Thank you in advance!

Best regards,
Darshan Hiranandani

Hi @darshanhiranandani1 - the base URL depends on your environment. Are you using SaaS or a Self Managed instance?

The process definition key is the unique ID associated with a deployed process model. You can get this by searching for a process definition with the API, from the result of a resource deployment via gRPC, or from within the Operate UI.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.