Skip to main content
POST
/
datasource
/
im
/
war-room-enabled
/
list
List war-room-enabled IM integrations
curl --request POST \
  --url 'https://api.flashcat.cloud/datasource/im/war-room-enabled/list?app_key=' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "request_id": "01HK8XQE3Z7JM2NTFQ5YJ8P9R4",
  "data": {
    "items": [
      {
        "data_source_id": 362,
        "account_id": 10001,
        "team_id": 0,
        "plugin_id": 101,
        "name": "Feishu Ops",
        "status": "enabled",
        "category": "im",
        "plugin_type": "feishu",
        "plugin_type_name": "Feishu",
        "description": "Feishu war-room integration",
        "integration_key": "ik_8f3a2b1c9d0e",
        "ref_id": "",
        "settings": {
          "war_room_enabled": true
        },
        "no_editable": false,
        "creator_id": 20001,
        "updated_by": 20001,
        "created_at": 1716962400,
        "updated_at": 1716962700,
        "last_time": 1716963000,
        "exclusive_data_source_id": 0,
        "integration_id": 362
      }
    ]
  }
}

Restrictions

AspectValue
Rate limits1,000 requests/minute; 50 requests/second per account
PermissionsNone — any valid app_key can call this operation

Authorizations

app_key
string
query
required

App key issued from the Flashduty console under Account → APP Keys. Required on every public API call. Keep it secret — it grants the same access as the owning account.

Body

application/json

The body is of type object.

Response

Success

Success response envelope. On every 2xx response, request_id identifies the call (also mirrored in the Flashcat-Request-Id header) and data holds the endpoint-specific payload. Failure responses use a different shape — see ErrorResponse.

request_id
string
required

Unique ID for this request. Mirrored in the Flashcat-Request-Id response header. Include it when reporting issues.

Example:

"01HK8XQE3Z7JM2NTFQ5YJ8P9R4"

data
object
required

Endpoint-specific payload. See each operation's 200 response schema.