ghl_contact_list
Get a paginated list of contacts filtered by optional free-text query. Deprecated: use the advanced search endpoint instead.
Instructions
Deprecated by GoHighLevel — prefer ghl_contact_search_advanced (POST /contacts/search) for new integrations. Kept registered for legacy callers. Returns a simple paginated list filtered by an optional free-text query, not the advanced filter/sort search. [DEPRECATED per official docs — prefer the documented replacement if one exists.] Get Contacts Get Contacts
Note: This API endpoint is deprecated. Please use the Search Contacts endpoint instead. Endpoint: GET /contacts/ (Version header: 2021-07-28; source: contacts.json) OAuth scopes: contacts.readonly Pagination params: startAfterId, startAfter, limit — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit Per Page records count. will allow maximum up to 100 and default will be 20 | |
| query | No | Contact Query | |
| locationId | Yes | Location Id | |
| startAfter | No | Start Afte | |
| startAfterId | No | Start After Id |