Step 1b: Create Destination Environment

POST {{apiPath}}/environments

Create the destination environment using a POST {{apiPath}}/environments request.

The response returns an environment ID that you'll use in the next steps.

See Create Environment for more information.

Request Body

{"name"=>"Destination_Environment_{{$timestamp}}", "description"=>"New destination environment", "type"=>"SANDBOX", "region"=>"NA", "billOfMaterials"=>{"products"=>[{"type"=>"PING_ONE_BASE", "description"=>"New destination environment product description", "console"=>{"href"=>"https://example.com"}}]}, "license"=>{"id"=>"{{licenseID}}"}}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring