Skip to main content
POST
/
v2
/
auth
/
login
Login step 1 — sends 2FA email
curl --request POST \
  --url https://api.example.com/v2/auth/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "password": "<string>"
}
'
{
  "error": "<string>"
}

Body

application/json
email
string<email>
required
password
string<password>
required

Response

OK