POST
/
chat
/
get
curl --request POST \
  --url https://api.webtranspose.com/v1/chat/get \
  --header 'Content-Type: application/json' \
  --data '{
  "chatbot_id": "<string>"
}'

Body

application/json
chatbot_id
string
required

Response

200

Successful Response