Skip to main content
GET
Get a contact

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

id
string<uuid>
required

Response

When request is successful. Returns a 'Contact' object.

href
string | null
relation
string | null
method
string | null
default:GET
self
object | null
id
string | null

Unique identifier of the contact.

Example:

"b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2"

externalSystemId
string | null

External system id for the contact.

Example:

"EXT01"

versionId
string | null

Version id of the record.

Example:

"750eb5c5-ac0b-7d11-4997-e0ce9d8896c8"

person
object | null

Contact person details (if applicable).

company
object | null

Contact company details (if applicable).

trust
object | null

Contact trust details (if applicable).

Note that Trust is only supported in the US. It is not available in other regions.

groupOfPeople
object | null

Contact group details (if applicable).

isDeleted
boolean

Returns true if the contact is deleted.

Example:

true

lastUpdated
integer<int64>

Last updated timestamp.

Example:

637847425252027400

tags
object[] | null

Set of contact's tags.