GET
/
v1
/
environments
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/environments/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "3ed16496-1c17-43c4-aa47-1fda074c4d60",
    "type": "environments",
    "attributes": {
      "slug": "blanditiis-velit-quaerat-error",
      "name": "Blanditiis velit quaerat error.",
      "description": "Ipsum aut voluptates laborum.",
      "color": "#ed4aed",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-03-19T07:49:16.120-07:00",
      "updated_at": "2025-03-19T07:49:16.120-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
data
object
required