Test Webhook
Configuration
Test Webhook
Send a test webhook event to verify your endpoint is receiving and processing notifications correctly. POST /webhooks/test.
POST
Test Webhook
Test Webhook
Send a test webhook event to your configured endpoint. This is useful for:- Verifying your webhook handler is working correctly
- Testing signature verification
- Developing and debugging your integration
Request
The event type to simulate. Use List Events to see available events for your app type.
Response
Whether the request was successful
Test Payload Structure
All test webhooks follow the standard webhook format:Identifying Test Webhooks
Test webhooks can be identified by:- The
_test: truefield in the data payload - The
_notefield explaining itβs test data - All IDs prefixed with
TEST_
_test: true if you want to handle test webhooks differently in production.
Available Test Events
Issuing App Events
Collection App Events
Verifying the Signature
Even test webhooks are signed with your real webhook secret. Use this to verify your signature verification code:Your webhook endpoint must return HTTP 200 within 10 seconds for the delivery to be considered successful.
Authorizations
JWT access token obtained from /auth/token
Body
application/json
The event type to simulate. Use List Events endpoint to see available events.
Example:
"card.created"

