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
environment *EnvironmentResponseDtooauth_client_rotations *OAuthClientRotationResponseDto[]webhook_subscription_rotations *WebhookSubscriptionRotationResponseDto[]