---
title: "list message notify sub"
method: GET
path: "/admin/system/notify_sub"
tags: ["message_notify_sub"]
---

# list message notify sub

`GET /admin/system/notify_sub`

## Response `200`

OK

- object
  - `data` object
    - `total` integer
    - `items` object[]
      - `created_at` integer
      - `enabled` boolean
      - `id` integer
      - `type` 0 | 1 | 2
      - `updated_at` integer
      - `info` ModelMessageNotifySubInfo
        - `aes_key` string
        - `client_id` string
        - `client_secret` string
        - `template_id` string
        - `token` string
  - `err` string
  - `msg` string
  - `success` boolean
  - `trace_id` string

---

[API](https://skmtc.dev/chaitin/apis/koalaqa-api.md) · [All operations](https://skmtc.dev/chaitin/apis/koalaqa-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chaitin/koalaqa-api/revisions/29abcc05d9fd/schema)
