{
"success": true,
"timestamp": "2025-07-12T08:49:13.224Z",
"correlationId": "db26b5f5-d3c7-4a12-850b-ef1182f22081",
"resource": "clients",
"data": {
"id": "d71ef4ea-4dbb-4210-81d6-024fad663ea5",
"name": "Test 121",
"description": "Confidential client for main web frontend",
"clientCode": "d_7ed5y6w5a42u",
"type": "public",
"status": "active",
"redirectUris": [
"https://myapp.com/callback"
],
"postLogoutRedirectUris": [
"https://myapp.com/logout"
],
"grantTypes": [
"authorization_code",
"refresh_token"
],
"scopes": [
"openid",
"profile",
"email"
],
"pkceRequired": false,
"tokenAlgorithm": "HS256",
"tokenIssuer": "https://myapp.com",
"tokenAudience": "https://myapp.com",
"logoUri": "https://myapp.com/logo.png",
"contactEmail": "support@myapp.com",
"secretExpiresAt": null,
"metadata": {
"env": "production"
},
"createdAt": "2025-07-12T08:49:13.143Z",
"updatedAt": "2025-07-12T08:49:13.143Z"
},
"meta": {
"action": "createClient"
}
}