This API retrieves the details of a contact using the unique contactId
. The contactId
is generated when the contact is created.
The Contact is retrive successfully.
Invalid request.
The request could not be authorized.
The requested resource was not found.
The request could not be completed due to an internal error.
{- "contactId": "6763e149671f04cace818d76",
- "personalId": "12RT345",
- "type": "S",
- "contactType": "RECIPIENT",
- "name": "ContactTrans_101",
- "company": "Pitney Bowes",
- "addresses": [
- {
- "Id": 1,
- "label": "Home",
- "residential": false,
- "addressLine1": "27 Waterview Dr",
- "addressLine2": "near abc street",
- "addressLine3": "near xyz street",
- "city": "Shelton",
- "state": "CT",
- "postalCode": "06484-4361",
- "countryCode": "US",
- "default": true
}
], - "email": {
- "label": "Home",
- "email": "testuser@yopmail.com"
}, - "additionalEmailIds": [
- "test@pb.com"
], - "phone": {
- "label": "Home",
- "phone": "2037963184",
- "isdCode": "string"
}, - "customFields": [
- {
- "customFieldId": "xxx",
- "value": "123"
}
], - "otherNames": [
- "testotherNames1"
], - "insertTimestamp": "2024-12-19T09:03:05.072Z",
- "updateTimestamp": "0001-01-01T00:00:00Z",
- "archived": false,
- "createdBy": "0oa27r9p8nfpRUqvv0h8",
- "updatedBy": "0oa27r9p8nfpRUqvv0h8",
- "internalDelivery": {
- "enabledInternalDelivery": true,
- "mailStopId": "4a0e2Bbshdh",
- "officeLocationId": "4a0e2Bb4Njw"
}, - "notification": {
- "enabledEmailNotification": true,
- "enabledSMSNotification": false,
- "enabledAccessibilityAccommodations": false
}
}