{ "info": { "_postman_id": "4ff204ca-ce55-4c5b-bcba-8114ee18c506", "name": "Zeebe REST Cluster Deployments API", "description": "The Zeebe REST API provides endpoints for interacting with the Zeebe workflow engine that powers Camunda 8, including process deployment, instance management, job handling, and cluster topology queries.\n\nContact Support:\n Name: Camunda", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:37:01.000Z", "updatedAt": "2026-07-28T03:37:01.000Z", "lastUpdatedBy": "35240", "uid": "35240-4ff204ca-ce55-4c5b-bcba-8114ee18c506" }, "item": [ { "name": "deployments", "item": [ { "name": "Zeebe Deploy Resources", "id": "650a4bca-3474-448d-bf58-838ef7ed771c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "key": "resources", "value": ",", "type": "text" }, { "key": "tenantId", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/deployments", "host": [ "{{baseUrl}}" ], "path": [ "deployments" ] }, "description": "Deploys one or more BPMN process definitions, DMN decisions, or forms to Zeebe." }, "response": [ { "id": "50b63bc8-4820-4e19-8e5c-4500b16ea91b", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "key": "resources", "value": ",", "type": "text" }, { "key": "tenantId", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/deployments", "host": [ "{{baseUrl}}" ], "path": [ "deployments" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"deploymentKey\": \"\",\n \"tenantId\": \"\"\n}", "createdAt": "2026-07-28T03:37:01.000Z", "updatedAt": "2026-07-28T03:37:01.000Z", "uid": "35240-50b63bc8-4820-4e19-8e5c-4500b16ea91b" } ], "createdAt": "2026-07-28T03:37:01.000Z", "updatedAt": "2026-07-28T03:37:01.000Z", "uid": "35240-650a4bca-3474-448d-bf58-838ef7ed771c" } ], "id": "db978481-90f4-42ad-9130-663bd3969e70", "createdAt": "2026-07-28T03:37:01.000Z", "updatedAt": "2026-07-28T03:37:01.000Z", "uid": "35240-db978481-90f4-42ad-9130-663bd3969e70" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "http://localhost:8080" } ] }