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