Skip to main content
GET
/
users
/
environments
/
list
{
  "metadata": {
    "totalCount": 123
  },
  "results": [
    {
      "environment": {
        "identifier": "<string>",
        "name": "<string>",
        "code": "<string>",
        "type": "<string>"
      }
    }
  ]
}

Query Parameters

space
string

Space Identifier

Response

200 response

metadata
object
results
object[]