{ "opencollection": "1.0.0", "info": { "name": "Risk Cloud Access Audit Workflow API", "version": "v2026.7.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workflow", "type": "folder" }, "items": [ { "info": { "name": "Retrieve workflows", "type": "http" }, "http": { "method": "GET", "url": "https://{env}.logicgate.com/api/v2/workflows", "headers": [ { "name": "Authorization", "value": "Bearer {TOKEN}" } ], "params": [ { "name": "application-id", "value": "a1b2c3d4", "type": "query", "description": "The unique ID of a parent application where, if provided, the response will only contain workflows from the identified application" }, { "name": "include-jira-workflows", "value": "false", "type": "query", "description": "Whether [Jira workflows](https://help.logicgate.com/hc/en-us) are to be included in the response in addition to regular workflows (defaults to true)" }, { "name": "page", "value": "0", "type": "query", "description": "The zero-indexed page number (must not be less than 0, defaults to 0)" }, { "name": "size", "value": "20", "type": "query", "description": "The size of the page and maximum number of items to be returned (must not be less than 1, defaults to 20)" } ] }, "docs": "**Permissions:** [Build Access](https://help.logicgate.com/hc/en-us/articles/4402683190164-Control-Build-Access-for-Applications)\n\nRetrieve a page of all workflows that the current user has [Build Access to parent application](https://help.logicgate.com/hc/en-us/articles/4402683190164-Control-Build-Access-for-Applications) to." }, { "info": { "name": "Create a workflow", "type": "http" }, "http": { "method": "POST", "url": "https://{env}.logicgate.com/api/v2/workflows", "headers": [ { "name": "Authorization", "value": "Bearer {TOKEN}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**Permissions:** [Build Access to parent application](https://help.logicgate.com/hc/en-us/articles/4402683190164-Control-Build-Access-for-Applications)\n\nCreate a workflow from a JSON request body. The workflow will contain a Default Origin step and a Default End step." }, { "info": { "name": "Retrieve a workflow", "type": "http" }, "http": { "method": "GET", "url": "https://{env}.logicgate.com/api/v2/workflows/:id", "headers": [ { "name": "Authorization", "value": "Bearer {TOKEN}" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique ID of the workflow" } ] }, "docs": "**Permissions:** [Build Access to parent application](https://help.logicgate.com/hc/en-us/articles/4402683190164-Control-Build-Access-for-Applications)\n\nRetrieve a workflow specified by the ID in the URL path." }, { "info": { "name": "Update a workflow", "type": "http" }, "http": { "method": "PATCH", "url": "https://{env}.logicgate.com/api/v2/workflows/:id", "headers": [ { "name": "Authorization", "value": "Bearer {TOKEN}" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique ID of the workflow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**Permissions:** [Build Access to parent application](https://help.logicgate.com/hc/en-us/articles/4402683190164-Control-Build-Access-for-Applications)\n\nUpdate a workflow specified by the ID in the URL path from a JSON request body. Only present properties with non-empty values are updated." }, { "info": { "name": "Delete a workflow", "type": "http" }, "http": { "method": "DELETE", "url": "https://{env}.logicgate.com/api/v2/workflows/:id", "headers": [ { "name": "Authorization", "value": "Bearer {TOKEN}" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique ID of the workflow" } ] }, "docs": "**Permissions:** [Build Access to parent application](https://help.logicgate.com/hc/en-us/articles/4402683190164-Control-Build-Access-for-Applications)\n\nDelete a workflow specified by the ID in the URL path." } ] } ], "bundled": true }