Retrieve contact

Retrieve a specific contact.

Path parameters

contactIdintegerRequired
Unique identifier for the contact.

Headers

AuthorizationstringRequired

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

Response

Successful request. Returns the requested contact.
typeenum
Type of contact.
Allowed values:
firstNamestring<=50 characters
Contact's first name.
lastNamestring<=50 characters
Contact's last name.
identifierslist of objects
Array of identifier objects.
contactMethodslist of objects

Array of contactMethod objects.
Note: If you are adding information about an owner, you must provide at least an email address. If you are adding information about a contact, you must provide at least a contact number.

contactIdintegerOptional
Unique identifier of the contact.
middleNamestringOptional<=50 characters
Contact's middle name.

Errors