{ "opencollection": "1.0.0", "info": { "name": "Prolific Bonuses Submissions API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Submissions", "type": "folder" }, "items": [ { "info": { "name": "List submissions", "type": "http" }, "http": { "method": "GET", "url": "https://api.prolific.com/api/v1/submissions/", "params": [ { "name": "study", "value": "", "type": "query", "description": "The study ID to list submissions for." }, { "name": "page_size", "value": "", "type": "query" } ] }, "docs": "Returns basic information of submissions, including study id, participant id, status and start timestamp. A study id is required." }, { "info": { "name": "Retrieve a submission", "type": "http" }, "http": { "method": "GET", "url": "https://api.prolific.com/api/v1/submissions/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The submission ID." } ] }, "docs": "Retrieve a submission" }, { "info": { "name": "Approve or reject a submission", "type": "http" }, "http": { "method": "POST", "url": "https://api.prolific.com/api/v1/submissions/:id/transition/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The submission ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Transition a completed submission to APPROVE or REJECT." }, { "info": { "name": "Request participant return submission", "type": "http" }, "http": { "method": "POST", "url": "https://api.prolific.com/api/v1/submissions/:id/request-return/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The submission ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Request participant return submission" }, { "info": { "name": "Bulk approve submissions", "type": "http" }, "http": { "method": "POST", "url": "https://api.prolific.com/api/v1/submissions/bulk-approve/", "body": { "type": "json", "data": "{}" } }, "docs": "Bulk approve submissions" } ] } ], "bundled": true }