Was this helpful?
Start a login for a user authority. The user authority may be:
email or phone number
apple
google
POST /auth/login HTTP/1.1 Host: api.bringyour.com Content-Type: application/json Accept: */* Content-Length: 62 { "user_auth": "text", "auth_jwt": "text", "auth_jwt_type": "apple" }
{ "user_name": "text", "user_auth": "text", "auth_allowed": [ "password" ], "error": { "suggested_user_auth": "password", "message": "text" }, "network": { "by_jwt": "text" } }