oauth_get_installed_location
Find installed app locations in GoHighLevel using agency-level token. Filter by app ID, company, plan, trial status, and other criteria.
Instructions
Get Location where app is installed (requires an agency-level token, not a location PIT)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Parameter to skip the number installed locations | |
| appId | Yes | Parameter to search by the appId | |
| limit | No | Parameter to limit the number installed locations | |
| query | No | Parameter to search for the installed location by name | |
| planId | No | Filters out location which are installed for specified app under the specified planId | |
| onTrial | No | Filters out locations which are installed for specified app in trial mode | |
| companyId | Yes | Parameter to search by the companyId | |
| versionId | No | VersionId of the app | |
| locationId | No | locationId Defaults to GHL_LOCATION_ID when omitted. | |
| isInstalled | No | Filters out location which are installed for specified app under the specified company |