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

Headers

x-admin-api-keystringRequired

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 or null
Date of birth
documentExpirationDatedatetime or null
Document expiration date
nationalityCountryIdstring or null
Country ID for nationality
nationalityCountrymap from strings to any or null
Nationality country details

Errors