{ "opencollection": "1.0.0", "info": { "name": "Prolific Bonuses Messages API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Messages", "type": "folder" }, "items": [ { "info": { "name": "Retrieve messages", "type": "http" }, "http": { "method": "GET", "url": "https://api.prolific.com/api/v1/messages/", "params": [ { "name": "user_id", "value": "", "type": "query" }, { "name": "created_after", "value": "", "type": "query" } ] }, "docs": "Get messages between you and another user, or your messages with all users." }, { "info": { "name": "Send a message", "type": "http" }, "http": { "method": "POST", "url": "https://api.prolific.com/api/v1/messages/", "body": { "type": "json", "data": "{}" } }, "docs": "Send a message" }, { "info": { "name": "Retrieve unread messages", "type": "http" }, "http": { "method": "GET", "url": "https://api.prolific.com/api/v1/messages/unread/" }, "docs": "Retrieve unread messages" } ] } ], "bundled": true }