Test a webhook URL
POST /api/domains/{domain}/webhooks/test
Send a test webhook event to the specified URL to verify it can receive webhook notifications
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Example
example.comDomain name that must be owned by the authenticated user
Request Body required
Section titled “Request Body required ”Test webhook parameters
object
URL endpoint to test
Example
https://example.com/webhookEvent type to use for the test
Example
deliveredResponses
Section titled “ Responses ”Webhook test completed successfully
object
Indicates the webhook test was successful
Example
trueHuman-readable result message
Example
Webhook test completed successfullyTest result details
object
The tested webhook URL
Example
https://example.com/webhookThe event type used for testing
Example
deliveredHTTP status code received from webhook URL
Example
200Response time in milliseconds
Example
150Unauthorized - Invalid or missing authentication credentials
object
Example
UnauthorizedNot Found - Domain or webhook not found
object
Example
Domain not found or you do not own this domainValidation Error - Invalid input data
object
Example
Validation failed.Field-specific validation errors
object
Webhook test failed - URL did not respond correctly
object
Indicates the webhook test failed
Human-readable error message
Example
Webhook URL did not respond correctlyTest result details
object
The tested webhook URL
Example
https://example.com/webhookThe event type used for testing
Example
deliveredHTTP status code received from webhook URL
Example
404Response time in milliseconds
Too Many Requests - Rate limit exceeded. Retry after the specified time.
object
Example
Too many attempts. Please try again later.Headers
Section titled “Headers ”Seconds until rate limit resets
Maximum requests per minute
Remaining requests in current window
Server Error - Unexpected error occurred
object
Example
An error occurred while processing the request.