Skip to main content
POST
/
whatsapp
/
webhooks
/
{webhook_id}
/
test
curl --request POST \
  --url https://api.kapso.ai/platform/v1/whatsapp/webhooks/{webhook_id}/test \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'
{
  "data": {
    "success": true
  }
}

Authorizations

X-API-Key
string
header
required

Path Parameters

webhook_id
string<uuid>
required

Body

application/json
event_type
string

Specific event type to test (must be configured on webhook)

Response

Test queued

data
object