{
"data": [
{
"id": "cert_abc123",
"domain": "example.com",
"name": "Main Website",
"status": "valid",
"daysUntilExpiry": 45,
"expiresAt": "2025-02-15T15:00:00Z",
"issuedAt": "2024-02-15T15:00:00Z",
"issuer": "Let's Encrypt",
"subject": "example.com",
"alertThresholds": [30, 14, 7, 3, 1],
"createdAt": "2024-01-01T00:00:00Z",
"updatedAt": "2024-01-08T12:00:00Z"
},
{
"id": "cert_def456",
"domain": "api.example.com",
"name": "API Server",
"status": "expiring",
"daysUntilExpiry": 7,
"expiresAt": "2025-01-15T10:00:00Z",
"issuedAt": "2024-01-15T10:00:00Z",
"issuer": "DigiCert",
"subject": "api.example.com",
"alertThresholds": [30, 14, 7, 3, 1],
"createdAt": "2024-01-01T00:00:00Z",
"updatedAt": "2024-01-08T12:00:00Z"
}
],
"meta": {
"total": 15,
"limit": 50,
"offset": 0,
"requestId": "req_xyz789"
}
}