Description: Returns a list of existing global environments.
Since: 7.53.1
Security: Requires a user with the Platform Administrator or Project Administrator role.
Usage: GET /access/api/v1/environments
Authentication: Requires token-based authentication.
Sample Response:
[
{
"name": "<string>"
},
{
"name": "<string>"
}
]Status Codes:
Code | Description |
|---|---|
200 | Fetched |
401 | Unauthorized |
403 | Forbidden |