Skip to main content
POST
/
api
/
v1
/
accounts
/
{accountId}
/
environments
Create Environment
curl --request POST \
  --url https://api.example.com/api/v1/accounts/{accountId}/environments \
  --header 'Content-Type: application/json' \
  --data '
{
  "accountId": "<string>",
  "name": "<string>",
  "description": "<string>"
}
'
{
  "id": "<string>"
}

Path Parameters

accountId
string
required

The ID of the account

Body

application/json
accountId
string
required
name
string
description
string

Response

id
string
required