{ "opencollection": "1.0.0", "info": { "name": "Purplebricks.Communications.Api 1.0 - Core Team", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "ContactUs", "type": "folder" }, "items": [ { "info": { "name": "POST /v1/contactus", "type": "http" }, "http": { "method": "POST", "url": "https://api.purplebricks.co.uk/communications-api/v1/contactus", "body": { "type": "json", "data": "{}" } } } ] }, { "info": { "name": "CustomerEmails", "type": "folder" }, "items": [ { "info": { "name": "GET /v1/customeremails/getemails/{userId}", "type": "http" }, "http": { "method": "GET", "url": "https://api.purplebricks.co.uk/communications-api/v1/customeremails/getemails/:userId", "params": [ { "name": "userId", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /v1/customeremails/getemailbody/{emailId}", "type": "http" }, "http": { "method": "GET", "url": "https://api.purplebricks.co.uk/communications-api/v1/customeremails/getemailbody/:emailId", "params": [ { "name": "emailId", "value": "", "type": "path" } ] } } ] }, { "info": { "name": "Tps", "type": "folder" }, "items": [ { "info": { "name": "GET /v1/tps/tpsstatus", "type": "http" }, "http": { "method": "GET", "url": "https://api.purplebricks.co.uk/communications-api/v1/tps/tpsstatus", "params": [ { "name": "publicUserId", "value": "", "type": "query" }, { "name": "userId", "value": "", "type": "query" } ] } } ] } ], "bundled": true }