跳转到主要内容
POST
/
channel
/
infos
协作空间
curl --request POST \
  --url 'https://api.flashcat.cloud/channel/infos?app_key=' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "channel_ids": [
    123
  ]
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  },
  "data": {
    "items": [
      {
        "channel_id": 123,
        "channel_name": "<string>",
        "status": "enabled"
      }
    ]
  }
}

授权

app_key
string
query
必填

请求头

Content-Type
string
必填

请求体

application/json
channel_ids
integer[]
必填

空间ID列表

响应

200 - application/json
error
object

仅出现错误时返回

data
object

响应数据