{ "opencollection": "1.0.0", "info": { "name": "Docupilot accounts APIs ai user API", "version": "1.0" }, "items": [ { "info": { "name": "user", "type": "folder" }, "items": [ { "info": { "name": "change_email", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/accounts/user/change_email/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "change_password", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/accounts/user/change_password/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "User config meta", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/user/config_meta/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "User config meta" }, { "info": { "name": "get logged in user details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/user/detail/:guid/", "params": [ { "name": "guid", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "get logged in user details" }, { "info": { "name": "initiate_authorization_sequence", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/accounts/user/initiate_authorization_sequence/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "get logged in user details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/user/me/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "get logged in user details" }, { "info": { "name": "update logged in user details", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/accounts/user/me/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "update logged in user details" }, { "info": { "name": "partial update user details", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/accounts/user/me/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "partial update user details" }, { "info": { "name": "Get all organizations for the current user", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/user/organizations/", "params": [ { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all organizations for the current user" }, { "info": { "name": "verify_authorization", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/accounts/user/verify_authorization/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }