Skip to main content
POST
/
v1
/
ui
/
provider
/
auth
/
logins
Request a login code sent to email
curl --request POST \
  --url https://api.example.com/v1/ui/provider/auth/logins \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "message": "<string>"
}

Body

application/json
email
string<email>
required

Response

200 - application/json

Login code sent (if account exists)

message
string