Skip to main content
POST
/
api
/
v1
/
login
Login
curl --request POST \
  --url https://api.example.com/api/v1/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "password": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
email
string
required
password
string
required

Response

Successful Response