Receive Test Webhook

POST /webhooks/test-receiver

Built-in test receiver for webhook events


            curl -X POST \
-H "x-api-key: dsk_your_api_key" \
https://api.tracore.io/webhooks/test-receiver
          

            // This endpoint is used internally by the test receiver.
// You typically don't call it from the SDK.
          
200 Response
{
  "received": true
}