按集成查询空间名称
POST
https://api.flashcat.cloud/channel/list-by-integration
最后修改时间:2025-01-15 12:28:40
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.flashcat.cloud/channel/list-by-integration?integration_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": "string",
"channel_ids": [
0
],
"member_id": 0,
"member_name": "string",
"email": "string",
"phone": "string",
"country_code": "string"
}'
响应示例响应示例
{
"error": {
"code": "string",
"message": "string"
},
"data": {
"items": [
{
"channel_id": 0,
"channel_name": "string",
"status": "enabled"
}
],
"total": 0
}
}
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
Body 参数application/json