View Bot List

View list of bots

GET https://api.talkplus.io/v1.4/api/bots

Headers

NameTypeDescription

content-type

string

application/json

app-id*

string

App ID

api-key*

string

App API key

{
  "bots": [
    {
      "id": "bot_001",
      "name": "channel_001_bot",
      "profileImageUrl": "http://cnd.test.com/123.jpg",
      "type": "cs",
      "callbackUrl": "http://someaddress.com/for-handling-callback"
    },
    {
      "id": "bot_002",
      "name": "channel_002_bot",
      "profileImageUrl": "http://cnd.test.com/123.jpg",
      "type": "tutorial",
      "callbackUrl": "http://someaddress.com/for-handling-callback"
    },
  ],
  "hasNext": false
}

Last updated