GET
/
v1
/
environments
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/environments/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "a76b0efd-4ea3-44a7-9c44-e78177cf309a",
    "type": "environments",
    "attributes": {
      "slug": "ut-recusandae-velit-deserunt",
      "name": "Ut recusandae velit deserunt.",
      "description": "Nobis aliquam optio eaque.",
      "color": "#81f381",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-05-29T17:41:38.296-07:00",
      "updated_at": "2025-05-29T17:41:38.296-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json

environment found

The response is of type object.