Skip to main content
POST
Create an environment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Version
string
required

Management API version.

Body

application/json
name
string
required

Name for the new environment

Required string length: 3 - 255
description
string

Description for the environment

Maximum string length: 256
limit_mode
enum<string>

Limit mode for the environment

Available options:
none,
restrict,
notify
limit_value
number

Limit value for the environment (required when limitMode is not "none")

Required range: x >= 1

Response

Created environment object.

data
object
required