Method: customerLicense.get

获取客户的许可状态,以确定他们是否拥有指定应用的访问权限。

HTTP 请求

GET https://appsmarket.googleapis.com/appsmarket/v2/customerLicense/{applicationId}/{customerId}

网址采用 gRPC 转码语法。

路径参数

参数
applicationId

string

应用 ID

customerId

string

客户 ID

请求正文

请求正文必须为空。

响应正文

如果成功,则响应正文包含一个 CustomerLicense 实例。

授权范围

需要以下 OAuth 作用域:

  • https://www.googleapis.com/auth/appsmarketplace.license

有关详情,请参阅授权指南