{ "opencollection": "1.0.0", "info": { "name": "Oper Agent Documents Sign Up API", "version": "1.0" }, "items": [ { "info": { "name": "Sign Up", "type": "folder" }, "items": [ { "info": { "name": "api_sign_up_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/sign-up/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_sign_up_create_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/sign-up/create/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_sign_up_profile_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/sign-up/profile/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_sign_up_profile_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/sign-up/profile/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_sign_up_reset_password_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/sign-up/reset-password/", "body": { "type": "json", "data": "{}" } }, "docs": "API view to actually change the password of the user.\nOnly post is allowed.\nSecurity is checked by comparing the JWT secret with the current hashed password of the user." } ] } ], "bundled": true }