v6

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2025-10-275815.8 KB
Installation

Get a specific environment

Get a specific environment.

User must be authenticated.

get/environments/{envId}

Response

An environment

idstring

Environment's uuid.

namestring

Environment's name. Duplicate names can exists.

descriptionstring

Environment's description. A short description of your Environment.

Example response

{
  "id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
  "name": "My Environment",
  "description": "I can use many characters to describe this Environment."
}