Googleapis My Business
Connector for the googleapis-my-business API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://mybusiness.googleapis.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
mybusiness_accounts_list— GET /v4/accounts — Lists all of the accounts for the authenticated user. This includes all accountsmybusiness_attributes_list— GET /v4/attributes — Returns the list of available attributes that would be available for a locationmybusiness_categories_list— GET /v4/categories — Returns a list of business categories. Search will match the category name but nmybusiness_categories_batchget— GET /v4/categories:batchGet — Returns a list of business categories for the provided language and GConcept idsmybusiness_chains_search— GET /v4/chains:search — Searches the chain based on chain name.mybusiness_chains_get— GET /v4/{name} — Gets the specified chain. ReturnsNOT_FOUNDif the chain does not exist.
Inputs
apiKey— your googleapis-my-business API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: mybusiness_accounts_list
apiKey: <your key>