Was this helpful?
Password login for email and phone number.
email or phone number
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" }
{ "verification_required": { "user_auth": "text" }, "network": { "by_jwt": "text", "name": "text" }, "error": { "message": "text" } }