Login with password
post
Password login for email and phone number.
Body
user_authstringOptional
email or phone number
passwordstringOptional
Responses
200Success
application/json
post
POST /auth/login-with-password HTTP/1.1
Host: api.bringyour.com
Content-Type: application/json
Accept: */*
Content-Length: 38
{
"user_auth": "text",
"password": "text"
}
200Success
{
"verification_required": {
"user_auth": "text"
},
"network": {
"by_jwt": "text",
"name": "text"
},
"error": {
"message": "text"
}
}
Was this helpful?