DeepFellow DOCS

Login

Login user.

POST
/auth/login
emailEmail

User email.

passwordPassword

User password.

Response Body

curl -X POST "https://loading/auth/login" \  -H "Content-Type: application/json" \  -d '{    "email": "string",    "password": "string"  }'
{
  "access_token": "string",
  "refresh_token": "string",
  "token_type": "bearer",
  "access_expires_at": 0,
  "refresh_expires_at": 0
}
{
  "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.