{ "opencollection": "1.0.0", "info": { "name": "Risk Cloud Access Audit Step API", "version": "v2026.7.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Step", "type": "folder" }, "items": [ { "info": { "name": "Retrieve steps", "type": "http" }, "http": { "method": "GET", "url": "https://{env}.logicgate.com/api/v2/steps", "headers": [ { "name": "Authorization", "value": "Bearer {TOKEN}" } ], "params": [ { "name": "workflow-id", "value": "a1b2c3d4", "type": "query", "description": "The unique ID of a workflow where, if provided, the response will only contain steps from the identified workflow" }, { "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 steps 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 step", "type": "http" }, "http": { "method": "POST", "url": "https://{env}.logicgate.com/api/v2/steps", "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 step from a JSON request body." }, { "info": { "name": "Retrieve a step", "type": "http" }, "http": { "method": "GET", "url": "https://{env}.logicgate.com/api/v2/steps/:id", "headers": [ { "name": "Authorization", "value": "Bearer {TOKEN}" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique ID of the step" } ] }, "docs": "**Permissions:** [Build Access to parent application](https://help.logicgate.com/hc/en-us/articles/4402683190164-Control-Build-Access-for-Applications)\n\nRetrieve a step specified by the ID in the URL path." }, { "info": { "name": "Update a step", "type": "http" }, "http": { "method": "PATCH", "url": "https://{env}.logicgate.com/api/v2/steps/:id", "headers": [ { "name": "Authorization", "value": "Bearer {TOKEN}" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique ID of the step" } ], "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 step 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 step", "type": "http" }, "http": { "method": "DELETE", "url": "https://{env}.logicgate.com/api/v2/steps/:id", "headers": [ { "name": "Authorization", "value": "Bearer {TOKEN}" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique ID of the step" } ] }, "docs": "**Permissions:** [Build Access to parent application](https://help.logicgate.com/hc/en-us/articles/4402683190164-Control-Build-Access-for-Applications)\n\nDelete a step specified by the ID in the URL path." }, { "info": { "name": "Update a step's canvas position", "type": "http" }, "http": { "method": "PATCH", "url": "https://{env}.logicgate.com/api/v2/steps/:id/position", "headers": [ { "name": "Authorization", "value": "Bearer {TOKEN}" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique ID of the step" } ], "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 step's canvas position specified by the ID in the URL path." } ] } ], "bundled": true }