1. Docs
  2. API Reference
  3. EnvironmentCloneResponseDto

EnvironmentCloneResponseDto

Example

JSON
{
  "environment": {
    "id": "string",
    "application_id": "string",
    "name": "string",
    "slug": "string",
    "is_production": false,
    "settings": {},
    "version": 0,
    "created_at": "2026-04-20T12:00:00.000Z",
    "updated_at": "2026-04-20T12:00:00.000Z"
  },
  "oauth_client_rotations": [
    {
      "source_client_id": "string",
      "client_id": "string",
      "client_secret": "string"
    }
  ],
  "webhook_subscription_rotations": [
    {
      "id": "string",
      "url": "string",
      "secret": "string"
    }
  ]
}

Properties

3 properties 3 required

environment EnvironmentResponseDto Required
oauth_client_rotations array of OAuthClientRotationResponseDto Required
webhook_subscription_rotations array of WebhookSubscriptionRotationResponseDto Required
Was this page helpful?

Tell us how we can improve this guide.