Create a network (privileged)
POST/v1/networks
Creates a new network (organization). Requires the super_user role; ordinary network-scoped keys cannot create networks. The name, email, and a well-formed primary_contact are required. On success returns 201 with the created network and a Location header pointing at the new resource.
Request
Responses
- 201
- 400
- 401
- 403
Network created
Response Headers
Location
URL of the created network
Missing name/email/primary_contact or a malformed contact
Missing or invalid API key
Creating a network requires the super_user role