Get contact by ID
Contacts
Get contact by ID
GET /contacts/ — retrieve one object
GET
Get contact by ID
Endpoint
/contacts/{contactId}Authentication: Bearer JWT Path parameter:
contactId — object ID
Query parameters
Default response fields
Whenproperties is omitted:
created_at and updated_at are always included in every response (ISO 8601 UTC), even when not listed above. When an object is archived, archived_by is also included automatically.Response example
200Errors
Authorizations
Bearer JWT with valid account context.
Path Parameters
Object identifier
Query Parameters
Comma-separated additional property names to include alongside defaults (e.g. phone). Invalid or disallowed names return 400.
Response
Object
Flat JSON object; custom fields at top level alongside id and external_id. created_at and updated_at are always present.
Assigned owner email
Example:
"jane@example.com"
false when active, or ISO timestamp when archived
Present when archived
