Openapi
List environments
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.
Authorization<token>
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/environments"Empty
Get audit event GET
Retrieves a single audit event with its full metadata including actor details, action, target resource, outcome, and timestamp.
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.