Create Environment
POST {{apiPath}}/environments
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Create Environment.
Request Body
{"name"=>"New-Env_{{$timestamp}}", "description"=>"New environment description", "type"=>"SANDBOX", "region"=>"NA", "icon"=>"https://example.com/icons/environment.jpg", "billOfMaterials"=>{"products"=>[{"type"=>"PING_ONE_BASE", "description"=>"New environment product description", "console"=>{"href"=>"https://example.com"}}]}, "license"=>{"id"=>"{{licenseID}}"}}