1. Docs
  2. API Reference
  3. EnvironmentCloneResponseDto

The EnvironmentCloneResponseDto object

Example

{
  "environment": {
    "id": "string",
    "application_id": "string",
    "name": "string",
    "slug": "string",
    "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

  • environmentEnvironmentResponseDto*
  • oauth_client_rotationsOAuthClientRotationResponseDto[]*
  • webhook_subscription_rotationsWebhookSubscriptionRotationResponseDto[]*