Collect all public (REST and GraphQL) APIs for Camunda Platform 8 into a single Postman collection to be easily used by folks. Note that engine operations in Camunda 8 use a gRPC API.
Take a look at the environment variables and fill them in to start playing with endpoints. What will be needed:
- Cluster ID - You can find it in your Cluster Details on the Console.
- Base URL of Operate and Tasklist will be filled with the constant URL and your clusterID.
- bearerTokenOperate - To retrieve an access token for the Operate API client, visit the Self-Managed Operate deployment and configuration documentation.
- bearerTokenTasklist - To retrieve an access token for the Tasklist API client, visit the Self-Managed Tasklist deployment and configuration documentation.
- bearerTokenConsole - To retrieve an access token for the Cloud API client, visit the Console API reference.
- In Global variables, define the following:
apiVersion
- Currently v1.baseUrlOperateLocal
- Default address is localhost:8081. Change this if your Self-Managed Operate has a different address.
Camunda Platform 8 - Public API Workspace
Every collection below offers documentation where you can see what is needed to make it work. This is a subset of the variables listed above.
Share Operate Public API - SaaS