Was this helpful?
Create a new network. A user authority can be associated with at most one network.
email or phone number
apple
google
user consent to accept terms of service
POST /auth/network-create HTTP/1.1 Host: api.bringyour.com Content-Type: application/json Accept: */* Content-Length: 134 { "user_name": "text", "user_auth": "text", "auth_jwt": "text", "auth_jwt_type": "apple", "password": "text", "network_name": "text", "terms": true }
{ "network": { "by_jwt": "text", "network_id": "text", "network_name": "text" }, "verification_required": { "user_auth": "text" }, "error": { "message": "text" } }