ghl_contact_get_by_id
Fetch a single contact's complete data by providing its unique ID. This tool retrieves a specific contact without filtering or listing, using the contact's ID.
Instructions
Fetches a single contact by ID. Distinct from ghl_contact_list (GET /contacts/, deprecated list) and ghl_contact_search_advanced (POST /contacts/search, filtered search) — renamed from the auto-generated 'ghl_contact_get_get2' (a collision-resolution artifact) for clarity per the audit brief's explicit ambiguity callout. Get Contact Retrieves a contact by its unique identifier. Endpoint: GET /contacts/{contactId} (Version header: v3; source: v3/contacts-v3.json) OAuth scopes: contacts.readonly
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | Unique identifier of the contact |