Openapi
Create environment
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.
Authorization<token>
In: header
Response Body
curl -X POST "https://loading/v1/manage/workspaces/{workspaceId}/environments"Empty
List environments GET
Returns all environments (e.g. development, staging, production) configured for the workspace. Each environment has its own isolated set of recipients, notifications, integrations, and API keys.
Get environment GET
Retrieves the environment record including its name, slug, default flag, and creation timestamp.