Contact
Get a contact
Fetch a single contact by its ID, including its profile, employer, owner, and custom-field values. Returns 404 if no such contact exists in your company or the authenticated user cannot see it under their team restrictions. Like the list endpoint, reads are eventually consistent — a just-written change may take up to 1 second to reflect here.
Required permission: contacts_permissions_view.
get/public/v1/contacts/{id}
Path parameters
idstring required
ID of the contact to fetch. Must belong to your company; returns 404 otherwise.
Response
A single contact
Changes
No recorded changes to this endpoint across all 1 revision of this API.