{
"success": true,
"data": {
"personId": "person_12345",
"contacts": [
{
"contactId": "cont_001",
"type": "EMAIL",
"value": "[email protected]",
"verified": true,
"primary": true,
"createdAt": "2024-01-15T10:30:00Z"
},
{
"contactId": "cont_002",
"type": "PHONE",
"value": "+49123456789",
"verified": true,
"primary": true,
"createdAt": "2024-01-15T10:30:00Z"
},
{
"contactId": "cont_003",
"type": "PHONE",
"value": "+49987654321",
"verified": false,
"primary": false,
"createdAt": "2024-01-20T14:00:00Z"
}
]
}
}