Was this helpful?
Check if the network name is available. A new network name must satisfy:
POST /auth/network-check HTTP/1.1 Host: api.bringyour.com Content-Type: application/json Accept: */* Content-Length: 23 { "network_name": "text" }
{ "available": true }