Search Sub-Accounts
n8n-nodes-base.httpRequest
Searches for sub-accounts (formerly locations) with advanced filtering.
Use Cases
Find sub-accounts
Filter locations
Search agency accounts
Configuration
Node Configuration Summary
Ready-to-use GoHighLevel node configured for search sub-accounts.
Copy and paste directly into your n8n workflow.
Method:
GET
Endpoint:
/locations/search?companyId={{ $json.companyId }}{{ $json.search ? '&search=' + encodeURIComponent($json.search) : '' }}&limit={{ $json.limit || 20 }}
Nodes:
2
Auth:
GoHighLevel OAuth2 API