Create new domain
POST/domains
Creates a new domain.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
The domain was successfully created.
Response Headers
Location
URL to the resource that got created.
Bad request. The server cannot process the request.
Invalid or missing access token (JWT).
Not authorized to access this resource.
Entity not found.
Domain already exists.