봇 조회

Get Bot

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

봇 정보를 조회합니다.

Path Parameters

NameTypeDescription

userId*

string

Headers

NameTypeDescription

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