v1

latestOpenAPI 3.0.1MIT2026-07-174154134.3 KB
Channel

Return a specific channel.

get/v1/channels/{channel-id}

Path parameters

channel-idstring required

The channel hash id.

Response

OK

statusnumber

Example response

{
  "status": 200,
  "result": {
    "id": "62674c51fcf822cb9c653246",
    "created": "2022-05-02T22:02:46.000Z",
    "name": "Test Channel",
    "type": {
      "id": "62657450fdb17d641746dcdf",
      "status": true,
      "name": "Telegram",
      "value": "telegram",
      "group": "channel_type",
      "created": "2022-05-02T22:02:46.000Z"
    },
    "configs": [
      {
        "id": "a679nz7u4kb8y77rnutwjqjbj",
        "subChain": {
          "name": "sub chain 1"
        }
      }
    ],
    "botToken": "BOT_TOKEN"
  }
}