{ "opencollection": "1.0.0", "info": { "name": "Purplebricks Workflow API 1.0 - Platform", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "IsInstructAvailable", "type": "folder" }, "items": [ { "info": { "name": "GET /v1/isinstructavailable", "type": "http" }, "http": { "method": "GET", "url": "https://api.purplebricks.co.uk/workflow/v1/isinstructavailable", "params": [ { "name": "propertyId", "value": "", "type": "query" } ] } } ] }, { "info": { "name": "Step", "type": "folder" }, "items": [ { "info": { "name": "GET /v1/step/canmove", "type": "http" }, "http": { "method": "GET", "url": "https://api.purplebricks.co.uk/workflow/v1/step/canmove", "params": [ { "name": "propertyId", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" } ] } }, { "info": { "name": "POST /v1/step/move", "type": "http" }, "http": { "method": "POST", "url": "https://api.purplebricks.co.uk/workflow/v1/step/move", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }