{ "opencollection": "1.0.0", "info": { "name": "Oper Credits Agent Documents Forgot Password API", "version": "1.0" }, "items": [ { "info": { "name": "Forgot Password", "type": "folder" }, "items": [ { "info": { "name": "api_forgot_password_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/forgot-password/", "body": { "type": "json", "data": "{}" } }, "docs": "API view to create a unique link for the user to change his or her password.\nOnly post is allowed.\nIf the user is not present, no warning will be given." } ] } ], "bundled": true }