Environments
Read an Environment
Get all the properties of a single Environment
get/environments/{environment_id}
Path parameters
environment_idinteger required
The unique identifier for the Environment
Response
Successfully retrieved the Environment
Example response
{
"description": "For testing purposes before deploying to Production",
"name": "Staging",
"priority": 3
}