Skip to main content
GET
Get entity by key

Authorizations

Authorization
string
header
required

Swagger / Postman only: Client ID as username, Client secret as password. In Postman, set this once on the collection (Authorization → Basic Auth) so all requests inherit. For production server-to-server code, prefer X-OM-Auth-ID and X-OM-Auth-Key headers.

Path Parameters

key
string<uuid>
required

Client entity key (identifier).

Response

Entity detail including custom fields when set

practiceKey
string | null
entityKey
string<uuid> | null
externalSystemID
string | null
entityCode
string | null
entityName
string | null
otherName
string | null
entitySurname
string | null
fullName
string | null
entitySalutation
string | null

Friendly or preferred name for the client (not an honorific title such as Mr or Ms).

entityInitials
string | null
birthDate
string<date> | null
incorporationDate
string<date> | null
birthPlace
string | null
gender
string | null
email
string | null
telephone
string | null
mobile
string | null
regNumber
string | null
salesTaxNumber
string | null
taxNotRequired
boolean
entityTerminated
boolean
terminatedDate
string<date-time> | null
isTaxEntity
boolean
isAMLEntity
boolean
isSecEntity
boolean
note
string | null
createdOn
string<date-time> | null
updatedOn
string<date-time> | null
entityTypeName
string | null
clientStatusName
string | null
partnerName
string | null
partnerKey
string | null
managerName
string | null
managerKey
string | null
inChargeName
string | null
inChargeKey
string | null
officeName
string | null
groupName
string | null
addresses
object[] | null
customFields
object[]

Custom field values set on this client (active definitions only). Empty array when none are set.

verification
object