Googleapis Mybusinessaccountmanagement
Connector for the googleapis-mybusinessaccountmanagement API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://mybusinessaccountmanagement.googleapis.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
mybusinessaccountmanagement_accounts_list— GET /v1/accounts — Lists all of the accounts for the authenticated user. This includes all accountsmybusinessaccountmanagement_accounts_get— GET /v1/{name} — Gets the specified account. ReturnsNOT_FOUNDif the account does not exist ormybusinessaccountmanagement_locations_admins_lis— GET /v1/{parent}/admins — Lists all of the admins for the specified location.mybusinessaccountmanagement_accounts_invitations— GET /v1/{parent}/invitations — Lists pending invitations for the specified account.mybusinessaccountmanagement_accounts_create— POST /v1/accounts — Creates an account with the specified name and type under the given parent. - Pemybusinessaccountmanagement_locations_admins_del— DELETE /v1/{name} — Removes the specified admin as a manager of the specified location.
Inputs
apiKey— your googleapis-mybusinessaccountmanagement 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: mybusinessaccountmanagement_accounts_list
apiKey: <your key>