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
createdAtdatetime
updatedAtdatetime
externalIdstring
documentslist of objects
Array of contact documents
dateOfBirthdatetime
Date of birth
documentExpirationDatedatetime
Document expiration date
nationalityCountryIdstring
Country ID for nationality
nationalityCountrymap from strings to any
Nationality country details

Errors

401
Get Contact Request Unauthorized Error
403
Get Contact Request Forbidden Error
404
Get Contact Request Not Found Error
500
Get Contact Request Internal Server Error