DeepFellow DOCS

Change Password

Return info about logged user.

POST
/auth/change_password
AuthorizationBearer <token>

In: header

old_passwordOld Password
new_passwordNew Password

Response Body

curl -X POST "https://loading/auth/change_password" \  -H "Content-Type: application/json" \  -d '{    "old_password": "string",    "new_password": "string"  }'
"OK"
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}

We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.