Skip to main content
GET
/
v1
/
environments
/
{id}
Retrieves an environment
curl --request GET \
  --url https://api.rootly.com/v1/environments/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "43793ea3-87e6-4316-9cfa-4dd82513045b",
    "type": "environments",
    "attributes": {
      "slug": "animi-nihil-aut-provident",
      "name": "Animi nihil aut provident.",
      "description": "At sunt quae quod.",
      "color": "#d72828",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-11-27T00:07:14.902-08:00",
      "updated_at": "2025-11-27T00:07:14.902-08:00"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
required

Resource UUID

Response

environment found by slug

data
object
required