Skip to main content
POST
/
chat
/
get
Get chat
curl --request POST \
  --url https://api.webtranspose.com/v1/chat/get \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "chatbot_id": "<string>"
}
'

Authorizations

X-API-Key
string
header
required

Body

application/json
chatbot_id
string
required

Response

200

Successful Response