Raw Google Business Profile API call
raw_requestCall any Google Business Profile API endpoint directly for operations without a dedicated tool. Supports accounts, business info, performance, and legacy v4 endpoints.
Instructions
Escape hatch to call any Google Business Profile endpoint directly, for endpoints without a dedicated tool. service picks the host: accounts (mybusinessaccountmanagement, v1), businessinfo (mybusinessbusinessinformation, v1), performance (businessprofileperformance, v1) or v4 (legacy mybusiness.googleapis.com — reviews, posts, media). path is relative to the host, e.g. "v1/accounts" or "v4/accounts/1/locations/2/media". Remember v1 quirks: readMask/updateMask go in query. The Bearer token is attached automatically; a path resolving to a foreign origin is rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body (POST/PUT/PATCH). | |
| path | Yes | API path relative to the host, e.g. "v1/accounts". | |
| query | No | Query parameters (arrays become repeated params). | |
| method | No | HTTP method; defaults to GET. | |
| service | Yes | Which API host to call. |