Was this helpful?
Create a new network. A user authority can be associated with at most one network.
/auth/network-create
email or phone number
apple
google
user consent to accept terms of service
curl -L \ --request POST \ --url 'https://api.bringyour.com/auth/network-create' \ --header 'Content-Type: application/json' \ --data '{"auth_jwt_type":"apple"}'
{ "network": { "by_jwt": "text", "network_id": "text", "network_name": "text" }, "verification_required": { "user_auth": "text" }, "error": { "message": "text" } }