id (integer — required)SuccessResponseModelOfV2ContactGetModelcurl --location 'https://api.veloconnect.me/api/v2/contacts/'{
"data": [
{
"id": 0,
"businessId": 0,
"firstName": "string",
"lastName": "string",
"middleName": "string",
"dateOfBirth": "2025-01-01T00:00:00Z",
"gender": "string",
"companyName": "string",
"jobTitle": "string",
"notes": "string",
"externalReference": "string",
"createdAt": "2025-01-01T00:00:00Z",
"createdBy": 0,
"modifiedAt": "2025-01-01T00:00:00Z",
"modifiedBy": 0,
"details": [
{
"id": null,
"businessContactId": null,
"type": null,
"value": null,
"normalizedValue": null,
"label": null,
"isPrimary": null,
"isVerified": null,
"status": null,
"createdAt": null,
"createdBy": null,
"modifiedAt": null,
"modifiedBy": null
}
]
}
]
}