POST /webhooks/{id}/test. Use this to verify your endpoint URL, headers, and signature verification logic.Authorization: Bearer ********************curl --location 'https://your-api-server.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"event_id": "018f4a2b-dddd-7000-8abc-def012345694",
"event_type": "webhook.test",
"occurred_at": "2026-06-05T10:00:00+00:00",
"data": {
"message": "TDTA webhook test event",
"endpoint_id": 3,
"client_id": 42,
"context": {
"triggered_by": "api"
}
}
}'