Skip to main content
GET
Get an environment

Authorizations

Authorization
string
header
required

Azure AD app-only access token. Obtain it from GET /v1/oauthToken and send it as the Authorization: Bearer {token} header.

Path Parameters

environmentId
string<uuid>
required

Environment ID.

Response

Successful operation

EnvironmentID
string<uuid>
Title
string
URL
string
EnvironmentType
enum<string>

Environment type.

Available options:
Sandbox,
UAT,
Production,
NA
EnvironmentStatus
enum<string>

Environment provisioning status.

Available options:
Setting Up,
Ready
Created
string<date-time> | null