View Bot

View Bot

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

Headers

NameTypeDescription

content-type

string

application/json

app-id*

string

App ID

api-key*

string

App API key

{
  "bot": {
    "id": "user123",
    "name": "john",
    "profileImageUrl": "http://cnd.test.com/123.jpg",
    "type": "cs", 
    "callbackUrl": "http://someaddress.com/for-handling-callback"
  }
}

Last updated