ghl_saas_get_location_wallet_balance
Get wallet balance for a specific location by passing the company ID and location ID. Returns a resource object with balance details.
Instructions
REQUIRES AN AGENCY-LEVEL (Company) TOKEN — spec security is Agency-Access-Only. Get Location Wallet Balance Fetch the wallet balance for a specific location. Returns a resource object with balance details. Endpoint: GET /saas-api/public-api/companies/{companyId}/locations/{locationId}/wallet-balance (Version header: v3; source: v3/saas-v3.json) OAuth scopes: saas/company.read
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | Yes | Company ID that owns the location | |
| locationId | Yes | Location ID to get wallet balance for |