GET
/
v1
/
environments
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/environments/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "20d24468-554d-4788-9b6f-dce0dd70452f",
    "type": "environments",
    "attributes": {
      "slug": "dolore-libero-pariatur-culpa",
      "name": "Dolore libero pariatur culpa.",
      "description": "Et maiores aut ut.",
      "color": "#0ba20b",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-06-30T12:23:00.304-07:00",
      "updated_at": "2025-06-30T12:23:00.304-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.