Skip to main content
GET
Get a CRM person
Returns the full record for a single CRM person by their ID. Social links are returned nested under the socials object. The associated company (if any) is returned as a compact object under company. Custom attributes are returned under customAttributes.

Authorizations

Authorization
string
header
required

Path Parameters

id
string<uuid>
required

UUID of the person record.

Response

OK

success
boolean
Example:

true

status
integer
Example:

200

person
object

A CRM person record.

Last modified on June 11, 2026