Records
Get a record
Gets a single person, company or other record by its record_id
.
Required scopes: record_permission:read
, object_configuration:read
.
GET
Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
Path Parameters
A UUID or slug identifying the object that the record belongs to.
Example:
"people"
A UUID identifying the record.
Example:
"891dcbfc-9141-415d-9b2a-2238a6cc012d"
Was this page helpful?