Was this helpful?
Start a login for a user authority. The user authority may be:
/auth/login
email or phone number
apple
google
curl -L \ --request POST \ --url 'https://api.bringyour.com/auth/login' \ --header 'Content-Type: application/json' \ --data '{"auth_jwt_type":"apple"}'
{ "user_name": "text", "user_auth": "text", "auth_allowed": [ "password" ], "error": { "suggested_user_auth": "password", "message": "text" }, "network": { "by_jwt": "text" } }