Search Channel

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/channel

Search and get channels

Parameters
Expand all Reset
find *OBJECTrequired
where *OBJECTrequired
attributes ARRAY[STRING]
include ARRAY[OBJECT]
order ARRAY
limit NUMBER
offset NUMBER
Can be executed by:
Channel Owner
Organization Member
Can be associated to:
User
Organization
Alert
Did this page help you?
Yes No
Language
Shell
Node
Java
.NET
Python
PHP
Install
npm install @luzmo/nodejs-sdk
Example Response
200
400
500
{
  "count": 2,
  "rows": [
    {
      "id": "0218f31b-0296-4cce-b2a4-384f27d2526a",
      "name": {
        "en": "Webhook Channel"
      },
      "config": {
        "url": "< url >",
        "secret": "< secret >"
      }
    },
    {
      "id": "a2ba965d-7538-4f79-9da8-d6bcdaacda3a",
      "name": {
        "en": "My other Webhook Channel"
      },
      "config": {
        "url": "< url >",
        "secret": "< secret >"
      }
    }
  ]
}