{ "opencollection": "1.0.0", "info": { "name": "Prolific Bonuses Users API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://api.prolific.com/api/v1/users/me/" }, "docs": "Returns the basic account information for the authenticated user, including ID and email." }, { "info": { "name": "Retrieve a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.prolific.com/api/v1/users/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a user" } ] } ], "bundled": true }