Return contact by id

Returns the complete contact information for the specified contact ID

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

organizationIdstringRequired
Organization ID
merchantIdstringRequired
Merchant ID
contactIdstringRequired
Contact ID

Response

Contact retrieved successfully
idstring
countrySymbolstring
merchantIdstring
firstNamestring
lastNamestring
emailstring
phonestring
addressobject
businessTypestring
taxobject
documentobject
createdAtstringformat: "date-time"
updatedAtstringformat: "date-time"
externalIdstring
documentslist of objects
Array of contact documents

Errors