查询客户绑定的WABA。
接口说明
本接口的单用户 QPS 限制为 10 次/秒。超过限制,API 调用会被限流,这可能会影响您的业务,请合理调用。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
cams:QueryChatappBindWaba |
get |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| CustSpaceId |
string |
否 |
ISV 子客户的 SpaceId。 |
293483****49493 |
| IsvCode |
string |
否 |
ISV 校验码,用于校验子账号是否由 ISV 授权。 |
aksik93kdkkxmwol9**** |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
返回对象 |
||
| AccessDeniedDetail |
string |
访问被拒绝详细信息。 |
None |
| Message |
string |
错误提示信息。 |
SUCCESS |
| RequestId |
string |
请求 ID。 |
90E63D28-E31D-1EB2-8939-A9486641**** |
| Data |
object |
返回数据。 |
|
| AuthInternationalRateEligibility |
object |
WABA 相关信息。 |
|
| MarketingMessageLiteStatus |
string |
MML 状态 |
Y |
| BusinessName |
string |
Business 平台名称。 |
Alibaba |
| Currency |
string |
币种。 |
USD |
| Id |
string |
WABA 账户 ID。 |
20393988393993*** |
| AccountReviewStatus |
string |
Waba 审核状态。取值:
|
APPROVED |
| MessageTemplateNamespace |
string |
模板命名空间。 |
93e6b26e_8a67_4163_a093_ebfe645a66b0 |
| BusinessId |
string |
Business 平台 Id。 |
19293988*** |
| Name |
string |
WABA 账号名称。 |
Alibaba |
| PrimaryBusinessLocation |
string |
国际费率能力资格。 |
"start_time":1721952000 |
| IsOnBizApp |
string |
N |
|
| Code |
string |
请求状态码。
|
OK |
| Success |
boolean |
是否调用成功:
|
true |
示例
正常返回示例
JSON格式
{
"AccessDeniedDetail": "None",
"Message": "SUCCESS",
"RequestId": "90E63D28-E31D-1EB2-8939-A9486641****",
"Data": {
"AuthInternationalRateEligibility": {
"test": "test",
"test2": 1
},
"MarketingMessageLiteStatus": "Y",
"BusinessName": "Alibaba",
"Currency": "USD",
"Id": "20393988393993***",
"AccountReviewStatus": "APPROVED",
"MessageTemplateNamespace": "93e6b26e_8a67_4163_a093_ebfe645a66b0",
"BusinessId": "19293988***",
"Name": "Alibaba",
"PrimaryBusinessLocation": "\"start_time\":1721952000",
"IsOnBizApp": "N"
},
"Code": "OK",
"Success": true
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | Product.Unsubscript | You have not subscribed to the specified product. | 您尚未订阅指定的产品。 |
| 400 | Ram.PermissionDeny | You are not authorized to perform the operation. | 您无权执行该操作。 |
| 400 | System.LimitControl | The system is under flow control. | 系统处于流控制之下。 |
| 400 | Unknown.ResourceOwnerId | The resource does not belong to the current user. | 资源不属于当前用户。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。