Skip to main content
GET
/
mock-login
/
{user_email}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Mock Login

Endpoint for simulating user login during development and testing.

Path Parameters

ParameterTypeRequiredDescription
user_emailstringYesEmail of the user to login as

Responses

StatusDescriptionContent Type
200Successful mock loginapplication/json
422Validation Errorapplication/json

Path Parameters

user_email
string
required

Response

Successful Response