curl --request POST \
--url https://api.questra.ai/webhooks/{id}/test \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'Sends a synthetic survey.created event to the webhook URL. Useful for verifying that your endpoint is reachable and your signature verification logic is correct. The delivery is logged and can be inspected via GET /webhooks/{id}/deliveries.
curl --request POST \
--url https://api.questra.ai/webhooks/{id}/test \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Test event triggered