Skip to main content
GET
/
webhook
/
get-webhook-trigger
Get user webhook URL
curl --request GET \
  --url https://api.cleartalk.ai/webhook/get-webhook-trigger \
  --header 'x-api-key: <api-key>'
{
  "webhook_trigger": "https://example.com/webhook",
  "message": "Webhook retrieved successfully"
}

Authorizations

x-api-key
string
header
required

API Key for authentication

Response

Webhook retrieved successfully

webhook_trigger
string | null
Example:

"https://example.com/webhook"

message
string
Example:

"Webhook retrieved successfully"