Lists environment groups

Lists environment groups. The team-scoped path targets the team in the path; the top-level path targets the caller's organization default team.

get/v1/teams/{team_id}/environment_groups

Response

Example response

{
  "items": [
    {
      "name": "staging"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.