Get a contact
Retrieve a single contact by ID. The response is the contact object itself (no envelope) and includes custom_fields: the contact’s custom field values keyed by field API name.
Authorizations
Workspace API key, e.g. Authorization: Bearer tented_.... Create keys in Workspace Settings → API Keys.
Path Parameters
Contact ID.
Response
The contact, including custom_fields.
A contact record including its custom field values.
Contact ID.
Display name.
First name.
Last name.
Email address.
Phone number.
Domain derived from the email address.
Company.
Job title.
Street address.
Address line 2.
City.
State or region.
Country.
Postal code.
How the contact was first created, e.g. Public API.
Additional source detail.
Lead status.
Lifecycle stage.
Contact score.
Global unsubscribe flag.
Email marketing subscription state.
SMS marketing subscription state.
Whether the email address is known to be invalid.
Whether the phone number is known to be invalid.
Most recent tracked activity.
Creation time.
Last update.
Custom field values keyed by field API name. Values are returned as stored strings (or null) regardless of the field's declared value type.