{ "opencollection": "1.0.0", "info": { "name": "Platform Server Accounts Profile API", "version": "3.0.0" }, "items": [ { "info": { "name": "Profile", "type": "folder" }, "items": [ { "info": { "name": "Get Profile", "type": "http" }, "http": { "method": "GET", "url": "https://platform-server.exampleanchor.com/profile" }, "docs": "Fetches the individual information of the logged in user to populate the Profile page." }, { "info": { "name": "Update User Profile", "type": "http" }, "http": { "method": "PATCH", "url": "https://platform-server.exampleanchor.com/profile" }, "docs": "Updates the profile details of the logged in user. Note: all fields are optional but at least one should be sent in the request." }, { "info": { "name": "Reset Password", "type": "http" }, "http": { "method": "PATCH", "url": "https://platform-server.exampleanchor.com/profile/reset-password", "body": { "type": "json", "data": "{}" } }, "docs": "Updates the password for the logged in user." } ] } ], "bundled": true }