v6

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

List all environments.

List all environments accessible by the current user.

User must be authenticated.

get/environments

Query parameters

pageinteger

The page number for pagination.

perPageinteger

The number of items per page for pagination.

Response

Page of environments

metadataMetadataResponse

Generic object to handle additional information about an entity. Can also be used for pagination data.

Example response

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