Network check
post
Check if the network name is available. A new network name must satisfy:
- at least 3 characters different from an existing network name
- at least 8 characters
- domain name compatible (see RFC 5890)
- not contain the dash (-) character (BringYour subdomains are reverse-flattened to a single level using dashes)
Body
network_namestringOptional
Responses
200Success
application/json
post
POST /auth/network-check HTTP/1.1
Host: api.bringyour.com
Content-Type: application/json
Accept: */*
Content-Length: 23
{
"network_name": "text"
}
200Success
{
"available": true
}
Was this helpful?