My Business Account Management API

My Business Account Management API 提供管理 Google 地點存取權的介面。

注意:如果您在啟用 API 後獲得 0 的配額,請申請 GBP API 存取權。

服務:mybusinessaccountmanagement.googleapis.com

如要呼叫這項服務,建議您使用 Google 提供的用戶端程式庫。如果應用程式需要使用您自己的程式庫來呼叫這項服務,請在提出 API 要求時使用下列資訊。

探索文件

探索文件是一種機器可解讀的規格,用於說明和使用 REST API。此文件用於建構用戶端程式庫、IDE 外掛程式,以及與 Google API 互動的其他工具。一項服務可能會提供多個探索文件。這項服務提供下列探索文件:

服務端點

服務端點是指定 API 服務網路位址的基準網址。一項服務可能有多個服務端點。這項服務有以下服務端點,且下方的 URI 皆以此服務端點為基準:

  • https://mybusinessaccountmanagement.googleapis.com

REST 資源:v1.accounts

方法
create POST /v1/accounts
在指定父項底下以指定名稱和類型建立帳戶。
get GET /v1/{name=accounts/*}
取得指定帳戶。
list GET /v1/accounts
列出已驗證使用者的所有帳戶。
patch PATCH /v1/{account.name=accounts/*}
更新指定的商家帳戶。

REST 資源:v1.accounts.admins

方法
create POST /v1/{parent=accounts/*}/admins
邀請指定使用者成為指定帳戶的管理員。
delete DELETE /v1/{name=accounts/*/admins/*}
從指定帳戶中移除指定管理員。
list GET /v1/{parent=accounts/*}/admins
列出指定帳戶的管理員。
patch PATCH /v1/{accountAdmin.name=accounts/*/admins/*}
更新指定帳戶管理員。

REST 資源:v1.accounts.invitations

方法
accept POST /v1/{name=accounts/*/invitations/*}:accept
接受指定的邀請。
decline POST /v1/{name=accounts/*/invitations/*}:decline
拒絕指定的邀請。
list GET /v1/{parent=accounts/*}/invitations
列出指定帳戶的待處理邀請。

REST 資源:v1.locations

方法
transfer POST /v1/{name=locations/*}:transfer
將營業地點從使用者擁有的帳戶移至同一個使用者管理的其他帳戶。

REST 資源:v1.locations.admins

方法
create POST /v1/{parent=locations/*}/admins
邀請指定的使用者成為指定位置的管理員。
delete DELETE /v1/{name=locations/*/admins/*}
移除指定營業地點管理員的管理員身分。
list GET /v1/{parent=locations/*}/admins
列出指定位置的所有管理員。
patch PATCH /v1/{locationAdmin.name=locations/*/admins/*}
更新指定位置的管理員。