{ "opencollection": "1.0.0", "info": { "name": "Akeneo PIM REST Asset Manager Workflows API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workflows", "type": "folder" }, "items": [ { "info": { "name": "List workflows", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/workflows" }, "docs": "List workflows" }, { "info": { "name": "Get a workflow", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/workflows/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Get a workflow" } ] } ], "bundled": true }