{ "opencollection": "1.0.0", "info": { "name": "Prolific Bonuses Workspaces API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "Get user's workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.prolific.com/api/v1/workspaces/" }, "docs": "Get user's workspaces" }, { "info": { "name": "Create a workspace", "type": "http" }, "http": { "method": "POST", "url": "https://api.prolific.com/api/v1/workspaces/", "body": { "type": "json", "data": "{}" } }, "docs": "Create a workspace" }, { "info": { "name": "Get workspace", "type": "http" }, "http": { "method": "GET", "url": "https://api.prolific.com/api/v1/workspaces/:workspace_id/", "params": [ { "name": "workspace_id", "value": "", "type": "path", "description": "The workspace ID." } ] }, "docs": "Get workspace" }, { "info": { "name": "Update a workspace", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.prolific.com/api/v1/workspaces/:workspace_id/", "params": [ { "name": "workspace_id", "value": "", "type": "path", "description": "The workspace ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a workspace" }, { "info": { "name": "Get workspace balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.prolific.com/api/v1/workspaces/:workspace_id/balance/", "params": [ { "name": "workspace_id", "value": "", "type": "path", "description": "The workspace ID." } ] }, "docs": "Get workspace balance" } ] } ], "bundled": true }