Skip to main content
POST
/
profile
/
test-webhook
Test webhook by sending sample data
curl --request POST \
  --url https://api.cleartalk.ai/profile/test-webhook \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "webhookUrl": "<string>"
}
'

Authorizations

x-api-key
string
header
required

API Key for authentication

Body

application/json
webhookUrl
string
required

Response

Webhook test successful