cURL
curl --request GET \ --url https://api.honeycomb.io/2/teams/{teamSlug}/environments/{ID}
{ "data": { "id": "<string>", "type": "environments", "links": { "self": "<string>" }, "attributes": { "name": "<string>", "description": "<string>", "color": "blue", "slug": "<string>", "settings": { "delete_protected": true } } } }
The slug of the Team
A unique identifier
Success
Show child attributes