Test a webhook
Webhooks
Test a webhook
Send a test payload to your webhook endpoint and verify it receives the data correctly.
Use this to:
- Verify your webhook URL is accessible
- Test your signature verification code
- Ensure your server handles the payload format correctly
Test payload format: The test payload is identical to real webhook payloads, containing sample data for the specified event type. Your webhook should respond with a 2xx status code.
POST
Test a webhook
Documentation Index
Fetch the complete documentation index at: https://arkhq.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEYBody
application/json
Event type to simulate
Available options:
MessageSent, MessageDelayed, MessageDeliveryFailed, MessageHeld, MessageBounced, MessageLinkClicked, MessageLoaded, DomainDNSError 