- 支付
- 私域
- 公域
- 营销
- 资金
- 会员
- 信用
- 安全
- 其他
查询人群详情
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
https://openapi.alipay.com/v3/alipay/merchant/qipan/crowd/query
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openapi.alipay.com/v3/alipay/merchant/qipan/crowd/query?crowd_code&external_crowd_code'
响应示例响应示例
{
"crowd_info": {
"crowd_code": "string",
"crowd_name": "string",
"crowd_desc": "string",
"external_crowd_code": "string",
"status": "string",
"processable": true,
"hidden": "string",
"apply_channel_list": [
"string"
],
"crowd_size": "string"
}
}
请求参数
Query 参数
crowd_code
string
可选
external_crowd_code
string
可选
返回响应
🟢200成功
application/json
Body
crowd_info
object
商家人群信息
crowd_code
string
必需
crowd_name
string
必需
crowd_desc
string
必需
external_crowd_code
string
必需
status
string
必需
processable
boolean
必需
hidden
string
必需
apply_channel_list
array[string]
必需
crowd_size
string
必需