Skip to main content
POST
/
chatbot
/
test-webhook
Send a test payload to a webhook URL
curl --request POST \
  --url https://api.cleartalk.ai/chatbot/test-webhook \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "webhook_url": "https://example.com/webhook"
}
'

Authorizations

x-api-key
string
header
required

API Key for authentication

Body

application/json
webhook_url
string
required
Example:

"https://example.com/webhook"

Response

200

Test webhook result