API referenceEnvironments
GET /environments
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/environments"{ "$schema": "https://example.com/schemas/ListEnvironmentsOutputBody.json", "environments": [ { "$schema": "https://example.com/schemas/EnvironmentDTO.json", "color": "string", "createdAt": "string", "environmentId": "string", "expiresAt": "string", "isDefault": true, "isEphemeral": true, "isProduction": true, "name": "string", "orgId": "string", "slug": "string", "updatedAt": "string" } ]}