Openapi
Get environment
Retrieves the environment record including its name, slug, default flag, and creation timestamp.
Authorization<token>
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}"Empty
Create environment POST
Creates a new isolated environment within the workspace. Provide a human-readable `name` and a unique `slug` (used in URLs and API key prefixes). The new environment starts with no recipients, integrations, or API keys.
Update environment PATCH
Updates the environment's mutable fields such as its display name. The slug cannot be changed after creation.