URnetwork
Copyright 2024 BringYour, Inc.
Check if the network name is available. A new network name must satisfy:
const response = await fetch('https://api.bringyour.com/auth/network-check', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "available": false }