Get Contact by contactID

This API retrieves the details of a contact using the unique contactId. The contactId is generated when the contact is created.

SecuritybearerAuth
Request
path Parameters
contactId
required
string

This is the unique identifier of the contact to be find.

Example: 6763e149671f04cace818d76
Responses
200

The Contact is retrive successfully.

400

Invalid request.

401

The request could not be authorized.

404

The requested resource was not found.

500

The request could not be completed due to an internal error.

get/api/v1/contact/{contactId}
Request samples
Response samples
application/json
{
  • "contactId": "6763e149671f04cace818d76",
  • "personalId": "12RT345",
  • "type": "S",
  • "contactType": "RECIPIENT",
  • "name": "ContactTrans_101",
  • "company": "Pitney Bowes",
  • "addresses": [
    ],
  • "email": {
    },
  • "additionalEmailIds": [
    ],
  • "phone": {
    },
  • "customFields": [
    ],
  • "otherNames": [
    ],
  • "insertTimestamp": "2024-12-19T09:03:05.072Z",
  • "updateTimestamp": "0001-01-01T00:00:00Z",
  • "archived": false,
  • "createdBy": "0oa27r9p8nfpRUqvv0h8",
  • "updatedBy": "0oa27r9p8nfpRUqvv0h8",
  • "internalDelivery": {
    },
  • "notification": {
    }
}